> For the complete documentation index, see [llms.txt](https://docs.xalliance.io/xalliance/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.xalliance.io/xalliance/get-started/faq.md).

# FAQ

:question: I'm new to MultiversX. Where do I start?\
:exclamation: Check out [MultiversX](/xalliance/get-started/multiversx.md)and take a look at the [MultiversX website](https://multiversx.com/). When you're ready, download the [xPortal wallet](https://xportal.com/).

:question: I want to contribute. What do I do?\
:exclamation: Just do it. Check out [Get Involved](/xalliance/get-started/get-involved.md) for some more pointers.

:question: How do I apply for a grant?\
:exclamation: Simply apply via the dedicated application portal (the process takes around 10 minutes). Check out [Grants](/xalliance/community-fund/grants.md)for more information.

:question: Where can I find open ecosystem bounties?\
:exclamation: You can find bounties on the our bounty portal. You can find [Earning Opportunities](/xalliance/community-fund/earning-opportunities.md)opportunities and submit your contributions directly on the site.

:question: Is xAlliance the Ambassador Program?\
:exclamation: xAlliance is the first of several initiatives empowering the community, catalyzing ecosystem growth and development. xAlliance and its members spearhead community initiatives, with grants and bounties for all community contributors. More complementary initiatives will launch soon, including  the ambassador program focused on spreading the message and further bolstering community engagement.

:question: My wallet got drained, what now?\
:exclamation: Nice try. The xPortal wallet comes with built-in 2FA, so you never have to worry about your funds.

:thinking: Still have questions? Ask us anything, anytime.


---

# 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.xalliance.io/xalliance/get-started/faq.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.
