> For the complete documentation index, see [llms.txt](https://docs.kynno.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.kynno.app/easybloggers/getting-started/bloggers/join-a-brand.md).

# Join a brand

{% tabs %}
{% tab title="Fill a blogger application" %}

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

When brands are looking for bloggers, they usually open their bloggers' application and share the link to the form on their social media. In that case, you only need to fill out their form and wait for their answer.&#x20;

If it's positive, the system will send you an in-world notification (and optionally a notecard, depending on the brand's setting).&#x20;

If you're new to EasyBloggers, you will receive a package from the system which contains a HUD to use to login to your account. Use it, and you're ready to go!
{% endtab %}

{% tab title="Get invited" %}

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

Brands can directly invite you from their interface. In that case, you will receive an in-world notification from the system.

Once you're logged in, on the left, click `Invitations` to review the invitations you've received from brands, and it's up to you to accept or reject them. Click on the three dots on the right and make your choice.
{% endtab %}
{% endtabs %}


---

# 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://docs.kynno.app/easybloggers/getting-started/bloggers/join-a-brand.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.
