# Your Identity

What It Is: The secret key (e.g., starting with nsec…) in SkateConnect is a private key for the NOSTR protocol, used to authenticate your identity and sign messages securely.How to Handle It:

1. Never Share It: Treat your secret key like a password. Sharing it allows others to impersonate you or access your account.
2. Store It Safely: Copy the key (Settings > Keys > Copy Secret Key) and store it in a secure password manager or offline on a physical medium like a USB drive or paper.
3. Backup Regularly: Ensure you have a backup in case you lose access to your device. Without it, you can’t recover your account.
4. Use Secure Devices: Only access or copy your key on trusted, malware-free devices to prevent theft.

Why It Matters: The secret key is your digital identity on NOSTR. If compromised, attackers can control your SkateConnect account, send messages as you, or lock you out. Protecting it ensures your privacy and security on the platform.

<div align="center"><figure><img src="/files/kfYO2zkodFugPaadeNQI" alt="" width="188"><figcaption><p>Navigate to Settings Page</p></figcaption></figure> <figure><img src="/files/WPrEkoLConyvfdg9h18j" alt="" width="188"><figcaption><p>Tap and hold to reveal menu</p></figcaption></figure> <figure><img src="/files/TjM6U8AhTjuc33RW2isG" alt="" width="188"><figcaption><p>Backup key to a safe location</p></figcaption></figure></div>


---

# 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://support.skatepark.chat/guide/your-identity.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.
