# CW-Plus

This is a collection of specification and contracts designed for use on real networks. They are designed not just as examples, but to solve real-world use cases, and to provide a reusable basis to build many custom contracts.

Version by SCRT labs: <https://github.com/scrtlabs/cw-plus>

Version by Secure Secrets: <https://github.com/securesecrets/cw-plus>

Rebranded version by Secure Secrets: <https://github.com/securesecrets/secret-plus-utils>

{% hint style="warning" %}
**Warning:** Compatibility of with Secret Contracts may be limited due to the missing iterator function
{% endhint %}


---

# 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.scrt.network/secret-network-documentation/development/example-contracts/tools-and-libraries/smart-contract-tools-utils/cw-plus.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.
