> For the complete documentation index, see [llms.txt](https://docs.riku.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.riku.ai/basics-of-ai/ethical-considerations.md).

# Ethical Considerations

This is a new technology and there are a lot of ethical considerations. Think about the content you are trying to create and what it means for the people who will be interacting with it. A lot of the content made online is made for the purpose of SEO and attracting the approval of a Google robot. This is not going to change. It is worth however considering any content that will directly interact with a human. Should they know that the content they received is not generated by a human? How far do we go?&#x20;

Politics, fake news, explicit content, violence, drugs, where is the line to be drawn? When signing up for some of these commercial providers, you will see terms and conditions for the content that can be created. OpenAI and Cohere have quite strict content filters on anything explicit and violent. Others do not want their technology used for longer term content creation.

What you create is ultimately down to you but please consider the ethical arguments when playing with this technology and make a decision that works for you. That is how we like to play with this technology anyway.


---

# 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.riku.ai/basics-of-ai/ethical-considerations.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.
