# Adding Information (1 by 1 / batch)

{% embed url="<https://youtu.be/aJBC6wIWV5Q>" %}

1. Go to “Integrations”
2. Find “OpenAI”
3. Go to “Embeddings”
4. “+New Embedding” or import from csv
5. Make sure the “type” is same with other embeddings
6. Once done create / import, press “Regenerate” (It’s a must!)

{% hint style="info" %}
*Note:*&#x20;

* *The header inside Excel csv, which is "type, heading, text" can't be uppercase letter.*
* Make sure save as **csv** file with **UTF-8 comma delimited.**
  {% endhint %}

May refer to FAQ Embeddings Template csv file:&#x20;

{% file src="/files/qxhpzPyCj66NA30JPU7P" %}


---

# 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://help.mampuai.com/mampu-ai/artificial-intelligence/openai-or-chatgpt/faq-ai-embedding/adding-information-1-by-1-batch.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.
