# Tools

## Explore tool interfaces

Each tool in Fermat is structured in three panels:

### Left panel: Pages and Asset library preview

* The left panel displays the different pages within the tool. Some tools may only have one default page, while others can include two or more. To switch between pages, simply click on the desired page.
* At the bottom of this panel, you'll find a preview of the asset library, which provides a quick overview of your recent AI generations. Learn more about the [asset library](/asset-library/assets.md).

<figure><img src="/files/1nz6K82itk0O3YywLsvb" alt=""><figcaption><p>Left panel: Pages and Asset library preview</p></figcaption></figure>

### Center Panel: Inputs form

* The center panel hosts the tool's configuration parameters, which will vary depending on each tool.
* After setting the parameters, click on the "Generate" button below to start generating.

{% hint style="info" %}
Fermat can generate up to three images simultaneously (3/3). To generate more images, wait for at least one of them to be completed (2/3).
{% endhint %}

<figure><img src="/files/vX6FwzteuUOX4uNkkQf0" alt=""><figcaption><p>Center panel: input form</p></figcaption></figure>

### Right Panel: Output Viewer

* The right panel displays all of the outputs generated by the tool.
* Some tools generate multiple images with each click. Use the buttons at the top of this panel to filter through the steps taken by the AI during the generation process.
* For each output generated you can:
  * **Preview**: Click on the image.
  * **Delete**: Click the red trash icon.
  * **Download**: Click the download icon on the right.

<figure><img src="/files/3nFIz19bIG9ywT0AixUL" alt=""><figcaption><p>Right panel: Output viewer</p></figcaption></figure>

<figure><img src="/files/Bq3IAYNtHRPHi22S0BNu" alt=""><figcaption><p>Some tools generate multiple images with each click. Use the buttons at the top of this panel to filter through the steps taken by the AI during the generation process.</p></figcaption></figure>

### Output item


---

# 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.fermat.app/overview/tools.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.
