# Create your account & get your API key

#### 1.1 Sign Up for an Account

1. Go to the [Simpler Grants website](https://simpler.grants.gov/)
2. Click "Sign In" and create a Login.gov account if you don't have one
3. Complete the account setup process

#### 1.2 Generate Your API Key

1. **Log into Simpler.Grants.gov** using your Login.gov credentials
2. **Navigate to the API Dashboard**:
   * Look for "Developer" under the "Community" dropdown on the main navigation
   * Select "Manage API Keys" on the "Developer" page
3. **Create your first API key**:
   * Select the "Create API Key" button
   * Give it a name like "My First API Key" or "Testing Key"
   * Click "Create API Key"
4. **Get ready to use your key**:
   * Copy the generated key (it looks like: `abcd1234efgh5678ijkl9012mn`)
   * The key is exactly 25 characters long

> 💡 **Pro Tip**: Treat your API key like a password. Don't share it publicly or commit it to version control!

{% hint style="warning" %}
Something not working as expected? Check out [common issues & solutions](/product/api/simpler-grants-api-tutorial/common-issues-and-solutions.md).
{% endhint %}


---

# 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://wiki.simpler.grants.gov/product/api/simpler-grants-api-tutorial/create-your-account-and-get-your-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.
