# View Trained Models

All models you have trained are available on the Models page associated with your project.

Click "Models" in your project sidebar to see all trained models:

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

Your models page shows two tabs:

1. **Fine-tuned**: All Instant and fine-tuned models associated with your project, and;
2. **Universe**: All models you have starred on Universe that you can use for transfer learning.

Every model shows:

* The model name and model ID. The model ID is useful for adding a model to a Workflow.
* When your model was last updated.
* The training metrics for your model.
* The architecture used for training.
* The model license.
* The dataset version used in training the model.

When you start training a new model, the model will show up in the list.


---

# 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.roboflow.com/train/view-trained-models.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.
