# WIP / Feature Requests

This section showcases a range of enhancements in various stages of development for future TACo releases, ranging from early design to near completion. Any implemented features are available exclusively on the [`lynx` testnet](/for-developers/get-started-with-tac.md#testnet-domains).

To use this functionality, ensure that you use the `devnet` tagged version of [`@nucypher/taco`](https://www.npmjs.com/package/@nucypher/taco?activeTab=versions). i.e.

```bash
$ npm install @nucypher/taco@devnet
```

We are actively seeking feedback on these innovative designs and features to gauge interest and prioritize future development. You can also submit requests for desired features.

Relevant improvements and feature requests can be submitted [here](https://github.com/nucypher/taco-web/issues).


---

# 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/taco-sdk/wip-feature-requests.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.
