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

# Need-to-know guides

- [What is the EU AI Act: The Ultimate Guide](https://docs.assenteo.com/guides/what-is-the-eu-ai-act-the-ultimate-guide.md): Does your startup rely on LLMs or NLP? The European Parliament has officially approved the European AI Act, and the Law came into force in 2024.
- [Does the EU AI Act Apply to Your Business?](https://docs.assenteo.com/guides/what-is-the-eu-ai-act-the-ultimate-guide/does-the-eu-ai-act-apply-to-your-business.md): Does your startup rely on LLMs or NLP? The European Parliament has officially approved the European AI Act, and the Law came into force in 2024.
- [Test](https://docs.assenteo.com/guides/what-is-the-eu-ai-act-the-ultimate-guide/test.md): test
- [Why You Should Budget for a vDPO or Data Advisor in 2025](https://docs.assenteo.com/guides/why-you-should-budget-for-a-vvdo-or-data-advisor-in-2025.md): As the seasons shift, so do priorities. Have you planned for your 2025 data needs?
- [Does the EU AI Act Apply to Your Business?](https://docs.assenteo.com/guides/why-you-should-budget-for-a-vvdo-or-data-advisor-in-2025/does-the-eu-ai-act-apply-to-your-business.md): Does your startup rely on LLMs or NLP? The European Parliament has officially approved the European AI Act, and the Law came into force in 2024.
- [How to Build a B2B Sales Data Strategy](https://docs.assenteo.com/guides/how-to-build-a-b2b-sales-data-strategy.md): Unsure how to use privacy and data protection to build trust with customers and partners?
- [Does the EU AI Act Apply to Your Business?](https://docs.assenteo.com/guides/how-to-build-a-b2b-sales-data-strategy/does-the-eu-ai-act-apply-to-your-business.md): Does your startup rely on LLMs or NLP? The European Parliament has officially approved the European AI Act, and the Law came into force in 2024.
- [TO ADJUST: What is Responsible Artificial Intelligence And How Do We Achieve It?](https://docs.assenteo.com/guides/what-is-the-responsible-artificial-intelligence.md)
- [Privacy by Design strategies: Zero-party data](https://docs.assenteo.com/guides/what-is-the-responsible-artificial-intelligence-1.md)


---

# 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.assenteo.com/guides.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.
