# Generate A Personal Access Token

Steps to Generate a Gomboc Personal Access Token:<br>

1. In the Portal, select the account drop-down from the upper right and click "Settings".

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

2. Select "Personal Access Tokens" in the account menu.&#x20;

<figure><img src="/files/Ns32MGhdWiEjJEzgeuzO" alt="" width="563"><figcaption></figcaption></figure>

3. Click Generate Token, name it (e.g., vscode), choose an expiration timeframe, and click "Create".

<figure><img src="/files/AGMduQrYzvgI9cJElIOD" alt="" width="563"><figcaption></figcaption></figure>

4. Copy the token to a secure location for safe keeping to finish IDE plugin setup, then click "Done".

<figure><img src="/files/2UxZhRyQ7rrygyfVDQWv" alt="" width="563"><figcaption></figcaption></figure>


---

# 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.gomboc.ai/getting-started/generate-a-personal-access-token.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.
