# Getting an API Key

**Sign In:**

* Go to the [Fullmetal login](https://fullmetal.ai/auth/signin) page.
* Sign in with your wallet or enter your username and password.

<div data-full-width="false"><figure><img src="/files/li4PjZOb2ggVCIFq5H5C" alt=""><figcaption></figcaption></figure></div>

**Access API Keys:**

* Click your profile icon and choose "Account Settings".

<div align="center"><figure><img src="/files/AL8uPZEUM78YFzzlVfqv" alt=""><figcaption></figcaption></figure></div>

* Click on "API Keys" to view your existing API key. You can also create a new one.

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

**Copy API Key:**

* Copy the key displayed on the screen.


---

# 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://fullmetal.gitbook.io/docs/getting-an-api-key.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.
