# Settings

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

Access settings by clicking the gear icon in the top right.<br>

### API Key Management

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

**To add or update API keys:**

1. Navigate to the "API Keys" section in Settings.
2. Enter your OpenAI API key.
3. Enter your Anthropic API key (if using Claude models).
4. Click "Save".


---

# 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.papert.in/papertlab-ui/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.
