# Use a Model

You can use any of the available Models on Palliora. To use a Model, you will need to first get access to the Model.&#x20;

Do the following to get access to a Model:

{% hint style="info" %}
Make sure you have the required amount of tokens before requesting access. To get tokens on the test network, you can use the [faucet](https://manas.palliora.org/faucet)&#x20;
{% endhint %}

1. Open [Explorer](https://manas.palliora.org/browse)
2. Click **Models** to view all available Models<br>

   <figure><img src="/files/CLufbxwIP4z3dN8GBIek" alt="" width="563"><figcaption></figcaption></figure>
3. Select the Model that you want to get access to
4. &#x20;On the Model details page, click **Use This Model** > **Get Access**<br>

   <figure><img src="/files/h2YrS5M1wq58YNsoDekh" alt="" width="218"><figcaption></figcaption></figure>
5. Select a [Guardian](link://concept/gaurdian) from the list and click **Get Access** to pay for the Model access<br>

   <figure><img src="/files/oRUuqBHpQJj7Rf1NnltZ" alt="" width="375"><figcaption></figcaption></figure>

Congrats, access to the Model is successfully granted!

<figure><img src="/files/tYKAS9Ux0eFEKKWoyEVw" alt="" width="513"><figcaption></figcaption></figure>

See private AI inference on sensitive data while maintaining user privacy at <https://valorae.tech/>


---

# 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.palliora.org/use/use-a-model.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.
