# Create project key

### 1. **Project key**

To be able to use the eueno API, we need to create a project key.

**Step 1**: Log in to eueno and select key management.

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

**Step 2**: Select the "Create Key" button, select your project and enter a random character to increase the security of the key. Then press generate the key.

<figure><img src="/files/1ODxdXaM2brJEQe6qm1w" alt=""><figcaption></figcaption></figure>

**Step 3**: Download the key and store it in a safe place. This key will be used in your applications with the eueno system.

<figure><img src="/files/kP1ikRpgqcNmPBHHbU5U" alt=""><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.eueno.io/eueno-libraries/eueno-lib-node/create-project-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.
