# Dependencies

{% hint style="info" %}
Find the Dependencies page under `Services > Dependencies` in your sidebar.
{% endhint %}

Dependencies in StatusPal can be used in two distinct ways:

### Internal dependencies

Use "internal dependencies" to embed the status of one status page as a dependency of another. This can be useful to have on the status page act as a "status hub" and centralize the status of all your other relevant status pages in it.

<div align="left"><figure><img src="/files/Wse5p0gZnLmpHCkdQOSQ" alt="status page internal dependency, status page hub, shared status page" width="563"><figcaption></figcaption></figure></div>

Internal dependencies can also come in handy when you need to share the status of some services across different status pages. Placing those services in one status page and then using it as a dependency of the other status pages that need to share them.

### External dependencies

Use external dependencies to display the status of your external SaaS providers like GCP, AWS, DigitalOcea, Github, etc. directly in your status page.

This way when your provider suffers an outage, this can be automatically reflected in your status page, and we'll notify you about it.

This way, your customer will know you're on top of these external incidents even before you have to manually report them.

<div align="left"><figure><img src="/files/yRot4ueCykxw5E8wp1z7" alt="status page external SaaS provider service dependency" width="563"><figcaption></figcaption></figure></div>


---

# 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.statuspal.io/platform/services-components/dependencies.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.
