> For the complete documentation index, see [llms.txt](https://docs.airim.co/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.airim.co/getting-started/adding-vernacular-content.md).

# Adding Vernacular Content

Airim automatically indexes your knowledge base content in the most meaningful context using proprietary NLP algorithms.

The first step is to click '[Content Manager](https://app.airim.co/home/faqsManager/)' on your dashboard. You can then follow the steps below based on how you wish to add content.

![](/files/-LX4xiw5COL3s-6VTPJz)

## 1. Importing Vernacular Content

1. Content Manager > Import FAQs > Select your desired Import option&#x20;
2. Enter the URL of the knowledge base link > Click 'Import'

## 2. Adding FAQs&#x20;

1. [Content Manager](https://app.airim.co/home/faqsManager/) > Click '[Add FAQ](https://app.airim.co/home/faqsManager/addFaq/)'&#x20;
2. Write Question and Answer > Click 'Save' to start adding vernacular content.&#x20;

If you do not have a vernacular keyboard, you can use Google's [Vernacular Keyboard](https://www.google.co.in/inputtools/try/) [t](https://www.google.co.in/inputtools/try/)o start adding content in your preferred language

## :point\_right: [Make your Knowledge Base Vernacular now! ](https://app.airim.co/home/faqsManager/):point\_left:&#x20;


---

# 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.airim.co/getting-started/adding-vernacular-content.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.
