> 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/features/sysml.md).

# SysML

<details>

<summary><mark style="color:purple;">Export to SysML or OML</mark></summary>

There are currently two ways to export to a SysML (xmi) or OML:

1. Navigate to an Entity’s detail screen and select “DOWNLOAD AS \<format>” in the upper right hand corner

![](/files/hWP7OD48e2xi7BXe80Js)&#x20;

2. Navigate to a tagged group of entities in a Tag’s detail screen and select “DOWNLOAD AS \<format>” in the upper right hand corner

![](/files/WVGWS5OwB2Smmp1FkLl3)

</details>

<details>

<summary><mark style="color:purple;">Import SysML V1</mark></summary>

SysML V1 models can be imported via a [Cameo integration](/apps/c/cameo.md). Updates to models are manually posted to Violet.

*The ability to integrate with Cameo via Teamwork Cloud is coming soon. If you're interested in this feature, email* [*hello@violetlabs.com*](mailto:hello@violetlabs.com)*.*

</details>

<details>

<summary><mark style="color:purple;">Import SysML V2</mark></summary>

*Currently, Violet supports import of SysML v2 models.*

*The ability to export SysML v2 models is coming soon. If you’re interested in this feature, email* [*hello@violetlabs.com*](mailto:hello@violetlabs.com)

1. To import a SysML v2 file, navigate to your user icon and select **Integrations**.

![](/files/WD8AZ08L9VLEOmSH0jmB)

2. Select the SysML v2 icon

![](/files/e8J5WvQKbD6b4OdUUplQ)

3. Click **Upload File** and select the file to import. You’re done!

![](/files/P2zxXRF31sVWWAKAtlFQ)

</details>

<details>

<summary><mark style="color:purple;">Generate SysML v2 models in code</mark></summary>

Stay tuned, this is coming soon!

</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/features/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.
