# Resource map

The resource map visually represents how the resources within your services are related.

<div data-full-width="true"><figure><img src="/files/TMiM6obbU9d5tlN2FUib" alt=""><figcaption><p>Each service has its own resource map.</p></figcaption></figure></div>

Each API service in Appear has its own **Resource Map**, which clearly visualises how API resources relate to one another. These maps help developers understand **hierarchies, dependencies, and data flows** across their API.

#### **Key Features**

* **Environment & Branch Views** – See a dedicated resource map for each environment or branch.
* **Interactive Exploration** – Click on a resource card to highlight its relationships.
* **Search & Navigation** – Quickly find specific resources within the map.
* **Zoom & Pan Controls** – Adjust your view to explore large API structures easily.

<div data-full-width="true"><figure><img src="/files/akjTe5FFwFQSzh22OKd2" alt=""><figcaption><p>Searching for resources will highlight them in the UI.</p></figcaption></figure></div>

#### **Why Use a Resource Map?**

* **Understand API Structure** – Visualize how resources connect (e.g., `users → orders → transactions`).
* **Navigate APIs Faster** – Locate endpoints without digging through documentation.
* **Optimize & Debug** – Identify redundant endpoints, troubleshoot issues, and improve API design.
* **Collaborate Easily** – Provide developers, architects, and product managers a shared visual reference.

We have more planned with the visual resource map, so stay tuned to our product map.

***

If you have any queries or require support with the above instructions, please [get in touch](/getting-started/get-in-touch.md) with us.


---

# 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.appear.sh/service-resources/resource-map.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.
