# Single Page Application (SPA) support

The Didomi SDK can be embedded into single page applications without any additional work of configuration. The SDK will utilize the same tag and APIs as non-single page application (SPA) implementations.&#x20;

The SDK is able to operate without polluting the global DOM and adversely impacting the website on which it is embedded. Didomi has deployed its own SDK in two internal Angular apps and our public privacy center.

{% hint style="info" %}
[Click here](https://github.com/didomi/samples/tree/main/how-to-track-SPA-with-GTM-and-Didomi) for more information on how to condition tags in Google Tag Manager (GTM) within a single page application (SPA) context.
{% endhint %}


---

# 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://docs.didomi.io/get-started/general/single-page-application-spa-support.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.
