> For the complete documentation index, see [llms.txt](https://setai-agents.gitbook.io/setai-agents/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://setai-agents.gitbook.io/setai-agents/cultural-framework/quickstart.md).

# Addressing AI issues

## **Security Threats**

* **Cyber Risks**: AI can automate cyberattacks, create deepfake scams, and exploit data vulnerabilities.
* **Privacy Issues**: Large datasets used by AI may expose sensitive information.
* **Weaponization**: AI-driven weapons or surveillance could be misused.

## **Job Displacement**

* **Automation**: AI replaces routine and knowledge-based jobs, risking unemployment.
* **Economic Gaps**: Wealth from AI may concentrate among a few, increasing inequality.
* **Reskilling Needs**: Workers must adapt quickly to remain employable.

## **Moral Awareness**

* **Bias**: AI decisions may perpetuate discrimination.
* **Accountability**: Responsibility for AI-caused harm is unclear.
* **Human Values**: Overreliance on AI risks diminishing creativity, privacy, and freedom.
* **Artistry copyrights:** Significant concerns about copyright, authorship, and ethical implications, requiring clear legal frameworks to balance innovation with respect for creators' rights.

And more to come, with the widespread of AI usage.

<figure><img src="/files/CslmFscEE9gKlp7AkVB5" alt=""><figcaption></figcaption></figure>

Recognizing these challenges, SETAI Agents team has been purposefully designed to prioritize empathy, trust, and meaningful connections, ensuring it evolves as a dependable ally under responsible human oversight.&#x20;

This commitment underpins our vision for SETAI Agents as a transformative, yet conscientious, force in the future of technology.

{% hint style="info" %}
Want to learn about writing content from scratch? Head to the [Basics](https://github.com/GitbookIO/onboarding-template/blob/main/getting-started/broken-reference/README.md) section to learn more.
{% endhint %}


---

# 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://setai-agents.gitbook.io/setai-agents/cultural-framework/quickstart.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.
