> For the complete documentation index, see [llms.txt](https://handbook.developerdao.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://handbook.developerdao.com/getting-started-in-the-dao/first-steps.md).

# First Steps

We're delighted that you made it here.

Much of what we do is free and open to everyone as a public good. The first step to tap into the value the DAO can provide you is connecting with us on essential channels. We update and announce everything.

* Follow us on [Twitter](https://twitter.com/developer_dao)
* Subscribe to our [Newsletter](https://developerdao.substack.com/)
* Sign-up for [Events (Workshops, Hackathons, Community events)](https://lu.ma/developer-dao-events)
* Sign-up for [Eden](https://www.edenprotocol.app/signup) for new job opportunities

Once you're connected with us, it's time to get involved.

### Join one of our events

Events are core to the value the DAO provides for Members and non-members via social meetups, workshops, hackathons, IRL Parties and more.

Check out our guide on events below.

{% content-ref url="/pages/7BnkRgDK20S8tE76kcKp" %}
[Attend our Events](/getting-started-in-the-dao/attend-our-events.md)
{% endcontent-ref %}

### Join our Discord

Our discord is where the rest of the Alpha is at 🤫.

Joining our Discord required holding our D4R OG NFT or at least 400 CODE tokens. If you already hold either of these, head to [https://guild.xyz/dd ](https://guild.xyz/dd)to get access or check out the guide below.

If you don't, check the guide on joining our discord below.

{% content-ref url="/pages/8e5Alp0cI85G24cxHW61" %}
[Join our Discord](/getting-started-in-the-dao/join-our-discord.md)
{% endcontent-ref %}


---

# 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://handbook.developerdao.com/getting-started-in-the-dao/first-steps.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.
