> For the complete documentation index, see [llms.txt](https://docs.gp7.app/legal/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.gp7.app/legal/terms/12.intellectual-property.md).

# 12.Intellectual Property

12.1. We retain all right, title and interest in and to the App and the Website, whether express or implied, including all copyrights, patents, trade secrets, trademarks, other intellectual property rights, trade names, logos, slogans, custom graphics, button icons, scripts, videos, text, images, software, code, files, content, information and other material available in the App and at the Website (collectively, “Intellectual Property”).

12.2. Accessing the App or the Website does not vest you with any right, title or interest in the Intellectual Property and other rights to content which is accessible via the App or the Website unless explicitly provided otherwise by these Terms.

12.3. In order to use the App and the Website, you are granted personal, non-exclusive, limited, royalty-free, non-assignable, non-transferrable, worldwide-basis, revocable license to the content of the App as accessible within the functionality of the interface of the Platform and to the content of the Website as accessible through common consumer web browser, provided that you strictly comply with limitations contained in these Terms. You are not permitted to redistribute, modify any code or use any content of the App and the Website, including images and text, as part of any other software or project of any kind.

12.4. The App makes use of the software module that is licensed under **GNU General Public License v3.0** as can be found at <https://www.gnu.org/licenses/gpl-3.0.en.html>. You may find the source code of this software module at <https://github.com/GP7-app/corelib>. The terms of the **GNU GPL v.3.0** may precede over these Terms when applied to this software module.


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.gp7.app/legal/terms/12.intellectual-property.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
