# Add custom data

### Add your knowledge/data in form of text to feed this assistant

<figure><img src="/files/2mxxms56JWWMn3frsh67" alt=""><figcaption></figcaption></figure>

Here I've added a paragraph of knowledge about Canva, now after clicking the train button your assistant will be capable of answering all the questions from this knowledge.

There are two types of custom data

1. **Unstructured data:**  This is plain text data, it could be a paragraph of text&#x20;

{% hint style="info" %}
When you preparing Unstructured data please make sure you have removed all the ":" anywhere in your text/paragraph, otherwise parser consider it as structured data and could produce unexpected results for your assistant.
{% endhint %}

1. **Structured data:** This is where data have some format, you can enter Structured data with a key, value separate them with ":" parser parse your data

```
// Structured data multiline sample
Name: John
Age: 38
CityName: New York
country_name: USA


// Structured data inline sample
Name: John Age: 38 City: New York
```


---

# 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.mureed.ai/getting-started/product-guide/add-custom-data.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.
