# Training Basics

When you are ready to train a model, just click the "Train" button in Explorer, or the "Versions" tab. Your model will be trained on all inputs that have been processed. You can also choose to train your model based on the results of a specific search query.

![Train your models directly in Explorer. Just click the three dots next to your model name and click "train".](/files/-MMrUeHZo2G2mS9g-O4g)

![Train your model from the Model Versions view. ](/files/-MMrUxiN-roYm05yJNAg)


---

# 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://old-docs.clarifai.com/guide/v6.10/portal-guide/model/training-basics.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.
