> 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/ai-and-data-protection/is-your-business-providing-or-deploying-an-ai-system.md).

# Is Your Business ‘Providing’ or ‘Deploying’ an AI system?

The **EU AI Act** distinguishes between the obligations on **AI providers** and **AI deployers**.&#x20;

### Provider

If your business **develops and markets an AI system**, it is likely a **provider**. For example, a health-tech business selling a diagnostic imaging tool to healthcare services would be a provider.&#x20;

Your business can still count as a provider if it originally obtained the AI system from a third-party developer if it makes substantial changes to how the system works or how it is used.&#x20;

Therefore, your business may be a provider if it is:

* **a SaaS AI product developer** (including providers of health tech, recruitment tech, fintech and legal tech);
* **building a layer** on top of existing AI systems; or
* **building systems for internal use**, e.g. optimisation systems.

### Deployer

If your business **uses an AI system** in any way during its operation, it is likely a **deployer**. For example, the hospital using the health-tech business’s diagnostic imaging tool would be a deployer.&#x20;

Therefore, your business may be a deployer if it is:

* **using SaaS tools** to help with operations;
* **using coding tools**; or
* **using AI to assist with marketing and sales**.

Obligations on your business as a deployer centre around your responsible management of an AI system which is ultimately maintained by a third party (the provider).&#x20;


---

# 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/ai-and-data-protection/is-your-business-providing-or-deploying-an-ai-system.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.
