# 5. Add Documentation

By adding searchable documentation to Select Star, you can help people from all different technical levels in your organization understand existing data and what it means.

You can easily [add documentation](/data-management/add-documentation.md) to tables and dashboards with an **Edit Description** button. Document columns by clicking in the description field.

<div data-full-width="true"><figure><img src="/files/F85yXkVaMaatlNPDHz1m" alt=""><figcaption></figcaption></figure></div>

Database pages and [Tag](/data-management/tag-management.md#creating-tags) pages can have descriptions as well, to give an overview of what kind of information is available.

<div data-full-width="true"><figure><img src="/files/D1VPYmzL7HTaVj4UbWxc" alt=""><figcaption></figcaption></figure></div>

You can adjust your filters in the right sidebar to show tables with higher popularity scores, but no description, to identify the best places to start.

Quickly upload large amounts of metadata in `.csv` format by going to **Settings**. Click **Metadata Upload** under the **Data Manager** section.

![](/files/ye9TWFB2GfU6GnbU67Xy)

Learn more about adding documentation by clicking the link below.

{% content-ref url="/pages/-MgSXZ2I47\_zHmehQZ3u" %}
[Add Documentation](/data-management/add-documentation.md)
{% endcontent-ref %}


---

# 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.selectstar.com/getting-started/add-documentation-gs.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.
