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

# INITIATION

## **Welcome Dude!**

**Welcome to the Digital Dudes book -  You will find information about our vision and get to know us better.**

## Who are Digital Dudes?

Digital Dudes is a community-oriented project that focuses on providing holders with unique experiences and opportunities. By joining our journey, you will receive many benefits including but not limited to: Join Private Alpha, become a DAO member, gain access to private Discord channels, participate in Giveaways and Raffles, and discover the wonderful world of Dudes stories to be featured in the Manga.\
\
Digital Dudes philosophy is based on 3 core concepts: Integrity to the community, clear goals,  sustainability. Above all, we aim to build a cohesive community, to support the vision of our project. We firmly believe that behind a promising project, there is always a solid community that brings energy and strength to ensure success. We strive to establish a trusted connection with each participant, rewarding holders on a regular basis. By returning founds and royalties to the DAO Treasury, Digital Dudes will build a strong foundation for future development, growth and establish new standards for the project, together with participants we will create a better community on Solana.


---

# 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://digital-dudes.gitbook.io/initiation/initiation.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.
