> For the complete documentation index, see [llms.txt](https://aishiba.gitbook.io/aishiba-1/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://aishiba.gitbook.io/aishiba-1/overview/vision-and-values.md).

# Vision and Values

{% hint style="info" %}
Our team is committed to providing the community with a decentralized ecosystem that unites disparate groups such as AI enthusiasts, crypto enthusiasts, DeFi advocates, and web3 aficionados. We strongly believe that the key to achieving this goal is through a community-first approach, where the collective efforts of the community can accomplish anything.

As founding volunteers, we have all had the privilege of experiencing the transformative effects of decentralization on the Arbitrum platform. Our shared purpose is to extend this experience to as many people as possible by leveraging the power of AI, Web3, and DeFi to deliver maximum value to the Arbitrum ecosystem.

We recognize the potential of an emerging and rapidly expanding market, and we plan to develop unique projects and products on top of the Arbitrum ecosystem to tap into this potential. By harnessing the power of the community, we aim to increase awareness of DeFi and crypto among the broader public and provide accessible entry points for those seeking to participate in this space.
{% endhint %}


---

# 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://aishiba.gitbook.io/aishiba-1/overview/vision-and-values.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.
