> For the complete documentation index, see [llms.txt](https://docs.charlielounge.com/documentations/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.charlielounge.com/documentations/builders-handbook/introduction-to-building-on-charlie-lounge/welcome-to-developers-and-builders.md).

# Welcome to Developers and Builders

**Message from the Development Team**

Welcome to Charlie Lounge, a platform where innovation and creativity meet scalability and performance. As part of our community, you are the backbone of what makes Charlie Lounge a leading AI modular hub. Our development team is dedicated to providing you with an environment that not only supports but also enhances your ability to create, innovate, and deploy AI-driven solutions.

We understand that the strength of our platform comes from the diversity and capability of our builders. That's why we are committed to continuously improving our development tools and environments, ensuring they meet your needs at every step of your building journey. Whether you're developing new AI modules, integrating complex systems, or crafting unique user experiences, your work on Charlie Lounge helps push the boundaries of what AI can achieve.

**Importance of Builders in the Ecosystem**

Builders are not just users of Charlie Lounge; you are innovators who drive the platform's evolution. Each module you create, every integration you execute, and all feedback you provide contribute to a dynamic, robust ecosystem. By offering your unique solutions and perspectives, you help ensure that Charlie Lounge remains at the cutting edge of technology, adaptable and powerful enough to meet a wide range of needs across various industries.\
\
[Join Charlie Builder Club](https://app.charlielounge.com/clubs/6620a32cd8aedfd6456334b5)


---

# 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.charlielounge.com/documentations/builders-handbook/introduction-to-building-on-charlie-lounge/welcome-to-developers-and-builders.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.
