# Import OSI Format

OSI files from other tools can be imported into Actian AI Analyst using **Steward**, the AI-powered semantic layer assistant.

{% hint style="warning" %}
Direct import of OSI files is not supported because the OSI format lacks the detail Actian AI Analyst needs for a complete semantic model. Steward intelligently fills in the gaps.
{% endhint %}

### How to Import an OSI File

1. Open **Steward** from the right sidebar
2. Upload your OSI YAML file to the chat
3. Ask Steward to import the semantic model
4. Steward will:
   * Analyze the OSI file structure
   * Match datasets to your connected data sources
   * Infer missing metadata (types, relationships, etc.)
   * Create complete Actian AI Analyst models with proper configuration

### Example Prompt

> "Please import this OSI file and create models in my semantic layer. Map the datasets to my PostgreSQL data source."


---

# Agent Instructions: 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:

```
GET https://docs.wobby.ai/governance/import-semantic-layer-and-agents/import-osi-format.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
