# Ontologies

Ontologies are used to create controlled vocabularies that can be used for metadata fields with type `ontology`.

### **Ontology Listing View** <a href="#metadata-field-listing-view" id="metadata-field-listing-view"></a>

<figure><img src="/files/5CgzpE1k574NA6o7Uh9y" alt=""><figcaption><p>Ontology listing</p></figcaption></figure>

### Create Ontology Dialog

To create an ontology, click on the `CREATE` button in the grid toolbar.

<figure><img src="/files/vB0DtVIibypEVV3y1hWv" alt=""><figcaption><p>Create ontology</p></figcaption></figure>

The CSV file must have 3 columns and no header. The columns are `ID`, `Label`, `Synonyms`. The synonyms should be separated by the pipe symbol.

Below you can see an example:

<table data-header-hidden data-full-width="false"><thead><tr><th></th><th></th><th></th></tr></thead><tbody><tr><td>NCBITaxon_9606</td><td>Homo sapiens</td><td>Human|human</td></tr><tr><td>NCBITaxon_10090</td><td>Mus musculus</td><td>Mouse|mouse</td></tr><tr><td>NCBITaxon_10116</td><td>Rattus norvegicus</td><td>Rat|rat</td></tr></tbody></table>

### Edit Ontology Dialog

To edit an ontology, select the ontology from the grid, then click on the `EDIT` button in the grid toolbar.

<figure><img src="/files/kTJPQwOMO8YuQsjsThSR" alt=""><figcaption><p>Edit ontology</p></figcaption></figure>

{% hint style="info" %}
**Important considerations:**

* Standard ontologies cannot be edited.
* Currently, only the ontology description can be updated.

If you require an update of the controlled vocabulary, please contact us for support.
{% endhint %}

### Delete Ontology

Only non-standard ontologies that have never been used can be deleted.


---

# 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://documentation.panomics.bio/documentation/administration/ontologies.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.
