# For Developers

- [Testnet](https://docs.taco.build/for-developers/get-started-with-tac.md)
- [Access Control](https://docs.taco.build/for-developers/access-control.md)
- [Quickstart (Testnet)](https://docs.taco.build/for-developers/access-control/quickstart-testnet.md): The TACo Access Control SDK allows you to use threshold encryption & decryption in your application.
- [Quickstart — Node.js (Testnet)](https://docs.taco.build/for-developers/access-control/quickstart-nodejs.md): Encrypt and decrypt data with TACo in a Node.js environment — no browser or wallet extension required.
- [Integrate Into Apps](https://docs.taco.build/for-developers/access-control/taco-integration.md)
- [Encryptor Allowlist](https://docs.taco.build/for-developers/access-control/taco-integration/encryptor-allowlist.md)
- [Ecosystem Integrations](https://docs.taco.build/for-developers/access-control/integrations.md)
- [OrbisDB](https://docs.taco.build/for-developers/access-control/integrations/orbisdb.md)
- [Waku](https://docs.taco.build/for-developers/access-control/integrations/waku.md)
- [Waku + Codex](https://docs.taco.build/for-developers/access-control/integrations/waku-+-codex.md): Powering secure Waku communications and decentralized Codex storage with TACo
- [Irys](https://docs.taco.build/for-developers/access-control/integrations/irys.md)
- [ComposeDB](https://docs.taco.build/for-developers/access-control/integrations/composedb.md)
- [Turbo](https://docs.taco.build/for-developers/access-control/integrations/turbo.md)
- [Action Control](https://docs.taco.build/for-developers/action-control.md)
- [Quickstart (Testnet)](https://docs.taco.build/for-developers/action-control/quickstart-testnet.md)
- [TACo SDK](https://docs.taco.build/for-developers/taco-sdk.md)
- [Programmable Conditions](https://docs.taco.build/for-developers/taco-sdk/references.md)
- [Authentication](https://docs.taco.build/for-developers/taco-sdk/references/authentication.md)
- [Condition Context](https://docs.taco.build/for-developers/taco-sdk/references/authentication/conditioncontext-and-context-variables.md)
- [Conditions](https://docs.taco.build/for-developers/taco-sdk/references/conditions.md)
- [Any (Major) EVM Chain Condition Support](https://docs.taco.build/for-developers/taco-sdk/references/conditions/any-major-evm-chain-condition-support.md)
- [Building Conditions with an LLM](https://docs.taco.build/for-developers/taco-sdk/references/conditions/building-with-llms.md)
- [Cookbook](https://docs.taco.build/for-developers/taco-sdk/references/conditions/cookbook.md)
- [Discord Tipping Bot Deep Dive](https://docs.taco.build/for-developers/taco-sdk/references/conditions/discord-tipping-bot-deep-dive.md)
- [Context Variables Cheatsheet](https://docs.taco.build/for-developers/taco-sdk/references/conditions/context-variables.md)
- [Validating Conditions](https://docs.taco.build/for-developers/taco-sdk/references/conditions/validating-conditions.md)
- [Troubleshooting](https://docs.taco.build/for-developers/taco-sdk/references/conditions/troubleshooting.md)
- [TimeCondition](https://docs.taco.build/for-developers/taco-sdk/references/conditions/timecondition.md)
- [RpcCondition](https://docs.taco.build/for-developers/taco-sdk/references/conditions/rpccondition.md)
- [ContractCondition](https://docs.taco.build/for-developers/taco-sdk/references/conditions/contractcondition.md)
- [Use custom contract calls](https://docs.taco.build/for-developers/taco-sdk/references/conditions/contractcondition/use-custom-contract-calls.md)
- [Implement revocation via smart contract](https://docs.taco.build/for-developers/taco-sdk/references/conditions/contractcondition/implementing-revocation-via-smart-contract.md)
- [JSON Endpoint Conditions](https://docs.taco.build/for-developers/taco-sdk/references/conditions/json-endpoint-conditions.md)
- [JsonApiCondition](https://docs.taco.build/for-developers/taco-sdk/references/conditions/json-endpoint-conditions/jsonapicondition.md)
- [JsonRpcCondition](https://docs.taco.build/for-developers/taco-sdk/references/conditions/json-endpoint-conditions/jsonrpccondition.md)
- [JWTCondition](https://docs.taco.build/for-developers/taco-sdk/references/conditions/jwtcondition.md)
- [Signing Object Conditions](https://docs.taco.build/for-developers/taco-sdk/references/conditions/signing-object-conditions.md)
- [Logical Conditions](https://docs.taco.build/for-developers/taco-sdk/references/conditions/logical-conditions.md)
- [CompoundCondition](https://docs.taco.build/for-developers/taco-sdk/references/conditions/logical-conditions/condition-set.md)
- [IfThenElseCondition](https://docs.taco.build/for-developers/taco-sdk/references/conditions/logical-conditions/ifthenelsecondition.md)
- [SequentialCondition](https://docs.taco.build/for-developers/taco-sdk/references/conditions/logical-conditions/sequentialcondition.md)
- [WIP / Feature Requests](https://docs.taco.build/for-developers/taco-sdk/wip-feature-requests.md)


---

# 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.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.
