# Using fine-tuned models on AIsuru

Now that you've fine-tuned a language model, you can start using it directly in the platform with your Agent. Here's how 👇

### Creating a model in AIsuru

To get started:

1. Go to the  [**Models**](https://www.aisuru.com/en/models) section (in the sidebar);
2. Enter all the required information to [create the model](/en/generative-ai/advanced/create-and-manage-model-configurations.md);
3. Fill in the required fields and **write** [**your fine-tuned model's code**](#user-content-fn-1)[^1] **in the "Model" field**.

### How to use the fine-tuned model in an Agent

1. Go to your Agent's  **Settings > AI**;
2. In the "Provider settings" section, **select your fine-tuned model under "Configuration for questions and answers"**.

✅ From now on, your Agent will respond using a language model fine-tuned on the data AIsuru exported.

[^1]: ft:gpt-3.5-turbo-1106:etc.\
    ft:gpt-4o-mini-2024-07-18:etc.

    ft:gpt-4o-2024-05-13:etc.


---

# 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.aisuru.com/en/advanced-features/fine-tuning/using-fine-tuned-models-on-aisuru.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.
