> For the complete documentation index, see [llms.txt](https://stellar.gitbook.io/ambassador-program/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://stellar.gitbook.io/ambassador-program/get-involved/become-an-ambassador.md).

# Become an Ambassador

Interested in becoming an ambassador? Complete the program-wide intake form:

<a href="https://airtable.com/appWdW69QmA0v16SM/pagLIW9lbEHzkWU4V/form" class="button primary" data-icon="wpforms">Ambassador Intake Form</a>

Once you’ve completed the program-wide form, you'll receive an email with next steps to follow to become part of the chapter you selected.&#x20;

We also recommend to join the [Stellar Dev Discord](https://discord.com/invite/stellardev), find your regional channel, meet the local community, and become involved with events and activities planned for your ambassador chapter. Learn more about each active chapter using the navigation on the left.

***

**To build and serve local communities, ambassadors:**

* Connect on the [Stellar Dev Discord](https://discord.com/invite/stellardev), onboard new members, support projects in their region, and generally create a supportive community
* Attend weekly Discord meetings to share thoughts and ideas
* Host, help promote, and attend in-person events
* Create and translate long-form content and educational resources
* Create, share, and engage with Stellar-related social media content
* Become a verified Stellar Community Fund (SCF) member to get involved into SCF Governance
* Contribute to the monthly ambassador newsletter
* Drive the creation of new programs and resources


---

# 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://stellar.gitbook.io/ambassador-program/get-involved/become-an-ambassador.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.
