# Create custom assistant

{% hint style="info" %}
*Note*: This personal assistant create feature available only on Web App, so log in to your **Mureed** account from your large screen device (Desktop).
{% endhint %}

### Create your assistant

<figure><img src="/files/3B6GQ9pYkYudGILJoJyy" alt=""><figcaption><p><mark style="color:purple;">Create your first personal asisstamt</mark></p></figcaption></figure>

### Setting up your assistant

<figure><img src="/files/CzruKmUulFp3bZ042chz" alt=""><figcaption><p>Fill all the required details</p></figcaption></figure>

1. Give a nice name to your assistant, it will show on the web and mobile App
2. Add 2-3 lines of descriptions to explain your assistant.
3. **Prompt Design:** It is where users' inputs are taken and merged with the prompt. Write a clear prompt and define user inputs with brackets. Here {question} is user input.&#x20;

Click the Continue button to complete this setting.

### Connect with data source and styling

<figure><img src="/files/pVTT2Hc36Kt492ng0W91" alt=""><figcaption><p>Select data source model and add color, icon to your assistant</p></figcaption></figure>

Your personal assistant has two options to connect with the data source:

1. With the "**Default ChatGPT model**" option, you can connect your assistant to a vast repository of publicly available knowledge, which spans a diverse range of topics. This enables your assistant to draw upon a large dataset of global public knowledge, empowering it to answer questions on virtually any subject.
2. The "**Custom Data Model**" feature allows you to connect your assistant with your own personal data, which could be in the form of text-based knowledge. You have the ability to train your assistant with this data, enabling it to answer questions based on your personal and private information. This feature transforms your assistant into a truly personalized assistant that caters to your unique needs.

Add a personal touch to this assistant by setting up your assistant primary color and uploading a 100x100 image to use as the icon

✅ Done: If you selected "Default ChatGPT model" then this assistant is ready to use if you selected "Custom Data Model" then you have to complete one more step to add custom data&#x20;


---

# 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/create-custom-assistant.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.
