# About this documentation

Shield: [![CC BY-SA 4.0](https://img.shields.io/badge/License-CC%20BY--SA%204.0-lightgrey.svg)](http://creativecommons.org/licenses/by-sa/4.0/)

This work is licensed under a [Creative Commons Attribution-ShareAlike 4.0 International License](http://creativecommons.org/licenses/by-sa/4.0/).

[![CC BY-SA 4.0](https://licensebuttons.net/l/by-sa/4.0/88x31.png)](http://creativecommons.org/licenses/by-sa/4.0/)

Welcome to the Jur Documentation. This documentation will be updated regularly as new features are added. Updates will be tracked through a [changelog](https://github.com/jurteam/jur-documentation/blob/main/CHANGELOG.md). This documentation is intended to be easy to understand, accessible to anyone whether or not they are familiar with Web3. Separate publications cover topics in greater detail.

We are building Jur to serve a new market of people who want to create and participate in new forms of social organization. You can influence the direction of Jur; [join our community on Discord](https://go.jur.io/doc2discord) to contribute your ideas.


---

# 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://gitbook.jur.io/jur-documentation/more/about-this-documentation.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.
