# Ecosystem Integrations

TACo is compatible with most Web3 infrastructure. This section contains guides for using TACo in combination with other essential layers in the Web3 stack, including decentralized **storage**, decentralized **databases** and decentralized **transport**.

* Use TACo with [OrbisDB](/for-developers/access-control/integrations/orbisdb.md) (Ceramic) SQL database infrastructure.
* Use TACo with the [Waku](/for-developers/access-control/integrations/waku.md) (Logos) transport layer.
* Use TACo with the [Codex](/for-developers/access-control/integrations/waku-+-codex.md) (Logos) data storage protocol.
* Use TACo with the [Irys](/for-developers/access-control/integrations/irys.md) (Arweave) bundler.
* Use TACo with [ComposeDB](/for-developers/access-control/integrations/composedb.md) (Ceramic) GraphQL database infrastructure.
* Use TACo with the [Turbo](/for-developers/access-control/integrations/turbo.md) (Arweave) bundler.


---

# 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://docs.taco.build/for-developers/access-control/integrations.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.
