> 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/publish-your-docs.md).

# Shall we give AI the "Sentience"?

**What Does "Sentience" Mean for AI?**

**Sentience** typically refers to the capacity to feel, perceive, or experience subjectively. For AI, this might involve:

* Awareness of self and surroundings.
* Emotions or simulated emotional responses.
* Independent decision-making driven by experiences.

<figure><img src="/files/6eMGfjKs4eeV5lp6s93Q" alt=""><figcaption></figcaption></figure>

**Sentient AI in practice.**

There are not many case study for a sentient AI in practice, due to the limitation of technology at the moment. Human's sentience is a precious aspect of ours that are not easy to be imitated by AI.&#x20;

However, truth is, AI is becoming more and more human-like day by day with the amount of data it comsume and train on. Although there are many concerns surrounding the issue of AI becoming too intelligent, its benefits and productivity growth are undeniable.

AI is most commonly utilized in business for: Customer service (56%), cybersecurity (51%), and personal assistant (47%)—areas where the addition of human-like sentience could revolutionize the experience. Not to mention, the productivity & automation of AI agents play a vital role in upgrading businesses.

Hence, SETAI Agents team place much trust and faith into the future of AI to create a transformative agents that enhance human productivity & creative expression.


---

# 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/publish-your-docs.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.
