> For the complete documentation index, see [llms.txt](https://docs.superuser.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.superuser.app/agents/modifying-your-agent/agent-settings.md).

# Agent settings

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

<figure><img src="https://2741000272-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fo83iXdlzzJ0kHPTlJw9I%2Fuploads%2F5R3AzvcWGWOPTSJ4pr0R%2FSCR-20260407-cdjg.png?alt=media&amp;token=6782c02e-6cbb-4781-b9c6-9568fc805bbe" 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.
