> For the complete documentation index, see [llms.txt](https://bewinxed.gitbook.io/radar-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://bewinxed.gitbook.io/radar-docs/bot_help/profiles/register.md).

# register

📝 **RADAR Documentation - Command: Register**

🤝 **Command Group: profiles**

📝 **Command Name: register**

📋 **Parameters:**

* No parameters

📝 **Description:**

Create your RADAR Profile to get your referral code!

🔍 **Example Usage:**

* Create your RADAR Profile:

  ```
  !register
  ```

  *This command is used to create your RADAR Profile. After executing the command, the bot will create a profile for you and provide you with a referral code.*

📝 **Note:**

* This command allows you to create your RADAR Profile.
* After executing the command, the bot will create a profile for you.
* If you already have a profile, the bot will inform you that you already have a profile.
* Once your profile is created, you will receive a success message confirming the profile creation.
* The command response will be sent as an ephemeral message visible only to you.


---

# 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:

```
GET https://bewinxed.gitbook.io/radar-docs/bot_help/profiles/register.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.
