> For the complete documentation index, see [llms.txt](https://artemis3d.gitbook.io/blendshot/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://artemis3d.gitbook.io/blendshot/get-started/blendshot-reuse-terms.md).

# BlendShot Reuse Terms

By purchasing BlendShot, you agree to the following reuse terms:

**Grant of License:**

You are granted a non-exclusive, non-transferable license to use BlendShot's content in your own projects. This includes the right to modify, adapt, and distribute the content **within the project itself**.

**Prohibited Actions:**

* You may not resell or sublicense BlendShot's content in any form.
* You may not use BlendShot's content in a way that is defamatory, obscene, or otherwise harmful.
* **You may not redistribute BlendShot's Library or content without explicit written authorization from BlendShot.** This includes distributing the content as a standalone asset pack or library.
* You may not claim ownership of BlendShot's content itself. Ownership remains with BlendShot.

**Project Use:**

You may use BlendShot's content for any purpose, including commercial projects. This allows you to incorporate the content into games, animations, films, applications, and other creative endeavors.

**Additional Restrictions:**

* You may not use BlendShot's content to create or distribute malware or other harmful software.
* You may not use BlendShot's content to impersonate BlendShot or Artemis3D.
* You may not use BlendShot's content to violate any laws or regulations.

**Reporting Copyright Infringement:**

If you believe that someone is using BlendShot's content in violation of these terms, please report it to BlendShot at <blendshot.info@gmail.com>

**Changes to Reuse Terms:**

BlendShot reserves the right to modify these reuse terms at any time. You are responsible for keeping yourself informed of any changes by periodically reviewing these terms.

**Legal Action:**

Violation of any of these terms may result in legal action being taken against you by BlendShot.


---

# 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://artemis3d.gitbook.io/blendshot/get-started/blendshot-reuse-terms.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.
