> For the complete documentation index, see [llms.txt](https://funta.gitbook.io/funta-white-paper/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://funta.gitbook.io/funta-white-paper/4.-funta-application-ecology/4.3.-inclusiveness-for-developers.md).

# 4.3. Inclusiveness for Developers

Overall, FUNTA has extremely inclusive support for developers. Its overall features are:

* compatibility<br>

We have launched a multi-functional SDK/API that is compatible with Windows, Linux, Android, and iOS and supports a variety of devices, such as smartphones, PCs, VR, AR, smart speakers, tablets, smart TVs, robots, etc.

* Ease of use

An easy-to-use SDK/API suitable for individuals and various developer teams. Whether applicable to Web2 or Web3 projects, including games, DeFi, SocialFi, video, NFTs, smart hardware, etc.

* Ecosystem expansion

Through FUNTA's underlying technology, we will bridge the gap between Web2 to Web3, software to hardware, AI to humans, real economy to virtual economy, real-world to virtual world, and build a true metaverse.

To better serve developers, FUNTA has also established FUNTA DAO, which includes more than 100 scientists and can provide continuous technical support to ecological developers. At the same time, it can also provide developers with a series of market-level support, including ecological fund support, traffic sharing, capital docking, developer community technology docking, etc.

<br>


---

# 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://funta.gitbook.io/funta-white-paper/4.-funta-application-ecology/4.3.-inclusiveness-for-developers.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.
