# Agent settings

Your agent settings are accessible via the **Agent** tab once you've selected an agent you want to modify.

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

* Language model
  * Choose which LLM will power your agent and agent experience
  * By default, requests made to agents will first go through your subscription limit, then will be billed per token from your credits
* Instruction prompt
  * Basic instructions and guidelines your agent should follow, for developers this is equivalent to a system prompt when using an API. Markdown is supported here but not auto-formatted.
* Agent harness
  * Currently WIP. Right now the agent will only run "one turn" of interaction to make single function calls or multiple function calls in parallel based on the user request. We are working on new harnesses for advanced functionality.


---

# 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.superuser.app/agents/modifying-your-agent/agent-settings.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.
