> For the complete documentation index, see [llms.txt](https://docs.corgiai.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.corgiai.xyz/our-features/corgi-cre8r/corgi-cr8er-terms-of-use/code-of-conduct.md).

# Code of Conduct

1. Be kind and respect each other. Do not create images or use text prompts that are inherently disrespectful, aggressive, discriminatory, or otherwise abusive. Violence or harassment of any kind will not be tolerated.<br>
2. No adult content or gore. Please avoid making visually shocking or disturbing content, including but not limited to, pornography, sexual content, violent extremist content, terrorism, abuse material. We will block some texts inputs automatically. <br>
3. Sharing others’ creations. Do not publicly repost the creations of others without their express permission. <br>
4. You may not use the Services to generate images for political campaigns, or to try to influence the outcome of an election.<br>
5. Do not engage in any activity that violates the privacy of others. Do not attempt to create or share content that could violate the privacy of others, including disclosure of private information (sometimes known as “doxing”). Do not infringe on the rights of others.&#x20;
6. Do not engage in any activity that is harmful to you, the Services or others.<br>
7. No activity that is fraudulent, false, or misleading. Do not attempt to create or share content that could mislead or deceive others, including, but not limited to, the creation of disinformation, content enabling fraud, or deceptive impersonation.
8. Adhere to all Applicable Laws when using the Service.


---

# 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.corgiai.xyz/our-features/corgi-cre8r/corgi-cr8er-terms-of-use/code-of-conduct.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.
