# Account and Developer Settings

You can manage your account and developer level details here including creating an API key, [register your webhooks](/readme/webhooks.md) or delete your account.&#x20;

**Delete your Segmind account**

To delete your Segmind account click on the Developer/Settings from the left menu inside the [console](https://cloud.segmind.com). Make sure you are logged in.

Click on the delete button and confirm. If you are an admin of a team, you'll either need to delete the team or transfer ownership before you can delete your account.


---

# 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.segmind.com/readme/account-and-developer-settings.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.
