# FAQ

## Supported platforms

### Do you support Progressive Web Apps (Angular, Ionic, etc.)?

Yes. You need to use our [Web SDK](/cmp/web-sdk/getting-started.md) (and not our mobile SDKs), and a consent notice for the Web platform along with a [Manual targeting embed code](https://docs.didomi.io/consent-management-platform-cmp/consent-notices/target-consent-notice) (as PWAs usually do not have a domain name to target).

### Do you support Xamarin?

We do not provide SDKs for Xamarin at the moment.

### Do you support Unity?

We offer a [Unity SDK for mobile apps](/cmp/mobile-sdk/unity-sdk.md).

### Do you support React-Native?

We offer a [React-Native SDK for mobile apps](https://developers.didomi.io/cmp/mobile-sdk/react-native).

### Do you support Flutter?

We offer a [Flutter SDK for mobile apps](https://developers.didomi.io/cmp/mobile-sdk/flutter).


---

# Agent Instructions: 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:

```
GET https://developers.didomi.io/cmp/mobile-sdk/faq.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
