# Importing Terms

You can import terminology from common formats such as TSV/CSV (and other supported termbase exports).

### Import steps

1. Open the **Termbases** tab
2. Choose **Import**
3. Select your file

### Tips

* Clean your source file (consistent columns) before importing.
* Import before batch translation so AI can follow your terminology.

:::note If you don’t see terms highlighting in the grid, ensure the termbase is enabled (Read/active) in the **Termbases** tab. :::


---

# 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://supervertaler.gitbook.io/help/termbases/importing.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.
