# Quick Start Guide

## Creating an account

To publish content on STARBACKR and access all its features, you will need a STARBACKR account. Simply register [here](https://app.starbackr.com/registration) or sign up using one of our key-based authentication methods (coming soon).

## Set up your profile

After creating an account, it's time to add your personal touches to your Starbackr profile. Go to [your profile](https://app.starbackr.com/profile) and add a banner, a picture, and other information. Remember that your profile is your virtual storefront, so make sure it sticks out!

## Optional: Enable NSFW-posts

STARBACKR is split up into two different categories: Safe For Work (SFW) and Not Safe For Work (NSFW). By default NSFW-Mode is disabled, so you will not be able to see or post content that is not suited for minors. In order to view and post NSFW content you will need to enable NSFW mode in your [profile settings](https://app.starbackr.com/profile/edit).


---

# 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.starbackr.com/guides/quick-start-guide.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.
