# Dependency Graph

There are some dependencies graphs of the crema that will help us to understand the project architecture in a better way. Here are some screenshots of all three different types of state management systems.

1. Context APIs based apps<br>

   <figure><img src="https://203379523-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FUKfCepvBVy12KL3pUjmb%2Fuploads%2FoDBDliqaTHCiRZWpAkjK%2Fimage.png?alt=media&#x26;token=4de693ba-955a-423e-b67f-6cfb7c4582c1" alt="Nx Graph of the depenedencies"><figcaption><p>Nx Graph to check the depenedencies</p></figcaption></figure>
2. Redux Based Apps<br>

   <figure><img src="https://203379523-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FUKfCepvBVy12KL3pUjmb%2Fuploads%2Fg7Xp48Fzom7ny7zgnVDF%2Fimage.png?alt=media&#x26;token=c6f6b09d-bc3e-48f8-b1a2-36c06bf79545" alt="Nx Graph of the depenedencies"><figcaption><p>Nx Graph to check the depenedencies</p></figcaption></figure>
3. Redux Toolkit Based Apps

   <figure><img src="https://203379523-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FUKfCepvBVy12KL3pUjmb%2Fuploads%2FKqaCcISKTQpeKxIQoIUh%2Fimage.png?alt=media&#x26;token=517498a5-f7b3-4637-bf00-c793056d3a80" alt="Nx Graph of the depenedencies"><figcaption><p>Nx Graph to check the depenedencies</p></figcaption></figure>


---

# 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.cremawork.com/v-4/overview/dependency-graph.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.
