# Get Involved

- [For Devs](https://docs.potlock.io/get-involved/for-devs.md): How you can get involved as a developer
- [Using NEAR API JS](https://docs.potlock.io/get-involved/for-devs/using-near-api-js.md): Use NEAR API JS to interact with out contracts
- [Create Guides](https://docs.potlock.io/get-involved/create-guides.md)
- [Volunteer](https://docs.potlock.io/get-involved/volunteer.md): Volunteer with us
- [Watch Us Cook](https://docs.potlock.io/get-involved/watch-us-cook.md): We Build in Public so follow us in the kitchen along the way while we prepare the biggest on chain potluck


---

# 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.potlock.io/get-involved.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.
