> For the complete documentation index, see [llms.txt](https://docs.violetlabs.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.violetlabs.com/es/funciones/sysml.md).

# SysML

<details>

<summary><mark style="color:morado;">Exportar a SysML u OML</mark></summary>

Actualmente hay dos formas de exportar a SysML (xmi) u OML:

1. Navegue a la pantalla de detalles de una Entidad y seleccione “DESCARGAR COMO \<formato>” en la esquina superior derecha

![](/files/489aa2aed48ace9bb4897a2cc9821a5c42fa41cb)&#x20;

2. Navegue a un grupo etiquetado de entidades en la pantalla de detalles de una Etiqueta y seleccione “DESCARGAR COMO \<formato>” en la esquina superior derecha

![](/files/ea73e510445681fafd1a6eef08a4a4f72eb017eb)

</details>

<details>

<summary><mark style="color:morado;">Importar SysML V1</mark></summary>

Los modelos SysML V1 pueden importarse a través de un [integración con Cameo](/es/aplicaciones/c/cameo.md). Las actualizaciones de los modelos se publican manualmente en Violet.

*La capacidad de integrarse con Cameo a través de Teamwork Cloud llegará pronto. Si está interesado en esta función, envíe un correo a* [*hello@violetlabs.com*](mailto:hello@violetlabs.com)*.*

</details>

<details>

<summary><mark style="color:morado;">Importar SysML V2</mark></summary>

*Actualmente, Violet admite la importación de modelos SysML v2.*

*La capacidad de exportar modelos SysML v2 llegará pronto. Si le interesa esta función, envíe un correo a* [*hello@violetlabs.com*](mailto:hello@violetlabs.com)

1. Para importar un archivo SysML v2, vaya a su icono de usuario y seleccione **Integraciones**.

![](/files/776ba18a596db17259e6fef0b28aefd76f4c154e)

2. Seleccione el icono de SysML v2

![](/files/4b5bf3caf8a01954b4b6df3353756c7ab229d085)

3. Haga clic **Subir archivo** y seleccione el archivo a importar. ¡Listo!

![](/files/478e8139b169b07c4579d4438a3497690d6fe441)

</details>

<details>

<summary><mark style="color:morado;">Generar modelos SysML v2 en código</mark></summary>

Estén atentos, ¡esto llegará pronto!

</details>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.violetlabs.com/es/funciones/sysml.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
