# Desights AI

## Desights AI

- [Welcome to Desights](https://docs.desights.ai/welcome-to-desights.md): These resources will help you in your Desights Zero-to-Hero Journey 🦸👇
- [Introduction](https://docs.desights.ai/introduction.md)
- [Use Cases](https://docs.desights.ai/use-cases.md): Some use cases that can be built using Desights Protocol
- [Competitions](https://docs.desights.ai/products/competitions.md)
- [Market](https://docs.desights.ai/products/market.md): Buy and Sell Data and AI assets on chain
- [Workspaces](https://docs.desights.ai/products/workspaces.md): Jupyter Lab Notebooks for Real-time Collaboration with your Team Members
- [Terminal](https://docs.desights.ai/products/terminal.md): command-line-interface to seamlessly interact with Desights Protocol locally
- [CrowdFund](https://docs.desights.ai/concepts/crowdfund.md): Learn what CrowdFunding inefficiencies Desights Protocol solves
- [Collaborate](https://docs.desights.ai/concepts/collaborate.md): Learn how Desights promotes AI Collaboration with its decentralised toolkit
- [Co-ownership](https://docs.desights.ai/concepts/co-ownership.md): Learn how Desights facilitates transparent co-ownership and monetisation
- [Registry](https://docs.desights.ai/core-components/registry.md)
- [Asset](https://docs.desights.ai/core-components/asset.md)
- [Challenge](https://docs.desights.ai/core-components/challenge.md)
- [Funders](https://docs.desights.ai/core-components/funders.md)
- [Ownership Split](https://docs.desights.ai/core-components/ownership-split.md)
- [Funding Pool](https://docs.desights.ai/core-components/funding-pool.md)
- [Solvers](https://docs.desights.ai/core-components/solvers.md)
- [Teams](https://docs.desights.ai/core-components/teams.md)
- [Architecture](https://docs.desights.ai/the-protocol/architecture.md): Let's dive deep into Desights Protocol architecture
- [Smart Contracts](https://docs.desights.ai/the-protocol/smart-contracts.md): This page content will evolve in coming weeks
- [Creating Desights Profile](https://docs.desights.ai/guides/creating-desights-profile.md): Step-by-step tutorial on how to create your Desights Profile
- [Submission to the Challenge](https://docs.desights.ai/guides/submission-to-the-challenge.md): How to submit to the challenge?
- [Setting up Payment Wallet address](https://docs.desights.ai/guides/setting-up-payment-wallet-address.md)
- [Roadmap](https://docs.desights.ai/miscellaneous/roadmap.md): This is a living document that can change frequently. Consider this document as a window of what's coming in Desights rather than source of truth.
- [FAQ](https://docs.desights.ai/miscellaneous/faq.md): This page answers common questions about Desights AI


---

# 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.desights.ai/welcome-to-desights.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.
