# Open an account with Replicate and generate an API key

If you don't have an account yet, create a new one at <https://replicate.com/signin>.&#x20;

**Step 1:** Add Billing Information Go to <https://replicate.com/account/billing> and follow the instructions to add your billing information.

**Step 2:** Create API Key Go to <https://replicate.com/account/api-tokens>. Enter any key name you like, such as SEOKI. Click on "Create token".

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

Click on the copy button to obtain the API key and submit this key to the SEOKI team.

<figure><img src="/files/Io98TAxixyr8zn8l8lS5" 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://learning.seoki.com/english/unlimited-plan/open-an-account-with-replicate-and-generate-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.
