# Generating Private Key

* The first part to get started with using solidityscan apis we need to generate the api keys.
* So for that head to the solidityscan dashboard and select the Private Api Key button from the side bar.
* After that click on the Generate Key button to generate key.

<figure><img src="/files/KltqdOgbFS3INZ5NSKqN" alt=""><figcaption><p>Generate Access Token</p></figcaption></figure>

**Make sure to copy your personal access token in a secure place now, next time you visit the access token will be hidden.**


---

# 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://apidoc.solidityscan.com/solidityscan-security-api/getting-started/apis/generating-private-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.
