# Getting Started

## Getting Your DeepWriter API Key

The Deepwriter API key is essential for using Deepwriter MCP functionalities. This key authenticates your requests to the Deepwriter API, allowing you to programmatically interact with your projects.

### Locating Your API Key

Your Deepwriter API key can be found in your dashboard settings. Here's how to access it:

1. Log in to your DeepWriter account at [DeepWriter.com](https://deepwriter.com)
2. Navigate to the **Settings** section
3. Look for the API key section (as shown in the screenshot below)

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

### Important Notes About Your API Key

* The API key is only viewable at the time of creation
* Each time you generate a new key, it invalidates any previous keys
* Treat your API key as sensitive information and do not share it publicly

### Generating a New API Key

If you need to generate a new API key (for example, if your current key has been compromised or you can't find your original key):

1. Go to the Settings page
2. Locate the API key section
3. Click the "Generate New Key" button
4. **Important**: Immediately copy and securely store your new API key, as you won't be able to view it again after leaving the page


---

# 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.deepwriter.com/api-access/getting-started.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.
