> For the complete documentation index, see [llms.txt](https://s2-framework.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://s2-framework.gitbook.io/docs/copyright-and-terms.md).

# Copyright & Terms

**S2 Framework** (<https://s2-framework.webflow.io>)

S2 Framework (and its official Cloneable on Webflow and GitHub) by The S2 Framework Team, Anthony C, SPACESODA, HYPE STUDIO is marked with Creative Commons CC0 1.0 Universal (<https://creativecommons.org/publicdomain/zero/1.0>).

You can copy (clone) it, edit it, and use it freely for personal or commercial work, without the need for attribution or notification to the authors or contributors. No user may claim authorship or representation as the original creator or publisher of the S2 Framework, either in whole or in part.

S2 FRAMEWORK, THE SOFTWARE, IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL THE AUTHORS, CONTRIBUTORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.


---

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

```
GET https://s2-framework.gitbook.io/docs/copyright-and-terms.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.
