# AI Assistant

The **Assisterr AI Assistant** is a tool designed to help users create **SLM** creation, making it faster and easier.

**Step 1: Enter the AI Lab**

First, log in to the **Assisterr platform** and navigate to the **AI Lab**. If you encounter any difficulties with logging in, please refer to [this page](/assisterr/product-guides/login-slm-store.md) for assistance.

<figure><img src="/files/oaRFxUVOdQR8YG31FRYu" alt=""><figcaption><p>AI Lab</p></figcaption></figure>

**Step 2: Create a New SLM**

* Once you're in the AI Lab, select the option to **create a new SLM**.

<figure><img src="/files/JBpw4yhyEA7MF2DFGZh4" alt=""><figcaption></figcaption></figure>

**Step 3: Start Conversation**

To initiate a conversation, enter your prompt and send it to the AI Assistant.

<figure><img src="/files/M1otoHwCtVmmBg1JHXVb" alt=""><figcaption><p>Start of the conversation</p></figcaption></figure>

**Step 4: Proceed conversation**

If you need assistance with filling in any fields, feel free to continue the conversation with the bot.

Currently, the AI Assistant can assist you with the following properties:

* Name
* Handle
* Description
* Prompt

Support for additional fields will be added in future updates.

**Step 5: Finish configuration of your SLM**

Once all the desired fields are filled, you can proceed with configuring your model.

<figure><img src="/files/kB5ag7lIaYsKfyJf2ALN" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/3G0cXhzNpAQBC6aKrKLk" alt=""><figcaption></figcaption></figure>

You can check how to fill the remaining fields [here](/assisterr/product-guides/create-your-first-slm.md).

**Conclusion:**

The Assisterr AI Assistant simplifies and speeds up SLM creation. By following the steps from logging into the AI Lab to configuring your model, you can easily fill in key fields with the Assistant's help. Future updates will support more fields, further enhancing the process.


---

# 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://assisterr.gitbook.io/assisterr/product-guides/ai-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.
