> For the complete documentation index, see [llms.txt](https://guide.bocto.octopeeps.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guide.bocto.octopeeps.com/user-profile/creating-deleting-user-profile.md).

# Creating/Deleting User Profile

## Creating User Account

To start creating your Bocto user account, click the Login button on the top-right of the Bocto main page.

<figure><img src="/files/55zbtxhwHNIlVlKWZSRc" alt=""><figcaption></figcaption></figure>

The Discord authorization pop-up will appear.

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

When Bocto is authorized, the Login button will change to display your Discord PFP with a small chevron icon; click on it.

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

In the appeared menu, click on Account:

<figure><img src="/files/9CBf346hC534hBxBx5YA" alt=""><figcaption></figcaption></figure>

Congratulations! Your Bocto user account has been created!

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

Now check the Account Overview page.

## Deleting User Account

If you decided to delete your Bocto User Account, move to the very bottom of the Profile tab on the Account page to the **Danger Zone** section and click on the `Delete My Account` button.

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

Then, confirm the action in the pop-up window that appears. All your data will be deleted.

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

All your data will be deleted, and you will be logged out and redirected to the main page.

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


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://guide.bocto.octopeeps.com/user-profile/creating-deleting-user-profile.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
