# RalphBuilder Docs

## RalphBuilder Docs

- [Welcome to RalphBuilder](https://docs.ralphbuilder.org/welcome-to-ralphbuilder.md)
- [Web3 Development Problems](https://docs.ralphbuilder.org/welcome-to-ralphbuilder/web3-development-problems.md): Developing on the Web3 landscape presents unique challenges, particularly when working with the Alephium blockchain and its proprietary programming language, RALPH.
- [RalphBuilder Solution](https://docs.ralphbuilder.org/welcome-to-ralphbuilder/ralphbuilder-solution.md): We have dedicated significant effort to resolving the previously mentioned issues, ensuring that anyone with basic knowledge can deploy their project in an intuitive, cost-effective, and secure manner
- [What is Alephium (ALPH) ?](https://docs.ralphbuilder.org/what-is-alephium-alph.md): Alephium is a layer 1 blockchain that stands out for its innovative approach to scalability and security.
- [Key elements of the Alephium ecosystem](https://docs.ralphbuilder.org/what-is-alephium-alph/key-elements-of-the-alephium-ecosystem.md)
- [The Alephium team](https://docs.ralphbuilder.org/what-is-alephium-alph/the-alephium-team.md)
- [RALPH](https://docs.ralphbuilder.org/what-is-alephium-alph/ralph.md)
- [Official Links](https://docs.ralphbuilder.org/what-is-alephium-alph/official-links.md)
- [Dashboard](https://docs.ralphbuilder.org/ralphbuilder-dapp/dashboard.md)
- [Staking](https://docs.ralphbuilder.org/ralphbuilder-dapp/staking.md)
- [Token Info $BUILD](https://docs.ralphbuilder.org/ralphbuilder-dapp/token-info-usdbuild.md)
- [Chatbot](https://docs.ralphbuilder.org/ralphbuilder-dapp/chatbot.md): Chatbot Integration: Meet Ralphy
- [Smart Contract](https://docs.ralphbuilder.org/ralphbuilder-dapp/smart-contract.md)
- [Beta](https://docs.ralphbuilder.org/ai-services/beta.md)
- [dApp Builder](https://docs.ralphbuilder.org/futures-ai-modules/dapp-builder.md)
- [AI Auditor](https://docs.ralphbuilder.org/futures-ai-modules/ai-auditor.md)
- [Deployment](https://docs.ralphbuilder.org/futures-ai-modules/deployment.md)
- [AI Agent](https://docs.ralphbuilder.org/futures-ai-modules/ai-agent.md)
- [Roadmap](https://docs.ralphbuilder.org/project-economics/roadmap.md)
- [Tokenomics](https://docs.ralphbuilder.org/project-economics/tokenomics.md)
- [Rewards & Staking](https://docs.ralphbuilder.org/project-economics/rewards-and-staking.md)
- [RalphBuilder POC](https://docs.ralphbuilder.org/proof-of-concept-poc/ralphbuilder-poc.md)
- [Official Links](https://docs.ralphbuilder.org/links/official-links.md)
- [Privacy Policy](https://docs.ralphbuilder.org/security-and-legal-considerations/privacy-policy.md)
- [Terms of Service](https://docs.ralphbuilder.org/security-and-legal-considerations/terms-of-service.md)
- [Legal Disclaimer](https://docs.ralphbuilder.org/security-and-legal-considerations/legal-disclaimer.md)
- [Team](https://docs.ralphbuilder.org/security-and-legal-considerations/team.md)


---

# 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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://docs.ralphbuilder.org/welcome-to-ralphbuilder.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.
