# EduX: Web3 Auditing Ecosystem

Welcome to the Documentation of **EduX**. Here you can find almost everything there is to know about our platform.&#x20;

Here is the Table of Contents to get you started:

### Table of Contents

1. EduX: Web3 Auditing Ecosystem       <— You Are Here
   1. [Overview](/edux-docs/readme/overview.md)
   2. [Vision](/edux-docs/readme/vision.md)
   3. [Mission](/edux-docs/readme/mission.md)
   4. [Oppoturnity](/edux-docs/readme/oppoturnity.md)
2. Getting Started
   1. [Introduction to EduX](/edux-docs/getting-started/introduction-to-edux.md)
      1. [Architecture](/edux-docs/getting-started/introduction-to-edux/quickstart.md)
      2. [Quests](/edux-docs/getting-started/introduction-to-edux/quests.md)
      3. [Learn page: Your Gateway to Mastering Blockchain and Web3 Security](/edux-docs/getting-started/introduction-to-edux/learn-page-your-gateway-to-mastering-blockchain-and-web3-security.md)
      4. [CTF (Capture the Flag) Challenges: Master Web3 Security](/edux-docs/getting-started/introduction-to-edux/ctf-capture-the-flag-challenges-master-web3-security.md)
   2. [Quick Start Guide: Your Journey to Mastering Web3 Security](/edux-docs/getting-started/quick-start-guide-your-journey-to-mastering-web3-security.md)
3. Security
   1. [Platform Security](/edux-docs/security/editor.md)
   2. [Security Tips for You](/edux-docs/security/security-tips-for-you.md)
4. Developers
   * [Contribution Guidelines](/edux-docs/devlopers/contribution-guidelines.md)
   * [Developers Support](/edux-docs/devlopers/developer-support.md)
5. FAQ's
   1. [Common FAQ's](/edux-docs/common-faqs/common-faqs.md)
   2. [Developers FAQ's](/edux-docs/common-faqs/developers-faqs.md)
6. Community
   1. [Discussion Forums](/edux-docs/community/discussion-forums.md)
   2. [Socials](/edux-docs/community/socials.md)
7. Getting Help
   1. [Contact Us](/edux-docs/getting-help/contact-us.md)
   2. [Community Resources](/edux-docs/getting-help/community-resources.md)

Simply click on any of the links above to navigate to the respective section.


---

# 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://edux.gitbook.io/edux-docs/readme.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.
