# Inter-Service Communication

As described in \[What are projects and services?], if you want to compose one product with multiple services, you need communication between each service within AppPaaS.&#x20;

To support this internal communication, AppPaaS provides internal DNS information. You can see the internal domain information on the service details page.&#x20;

<그림1>

You can use internal domains to separate services that you want to make public from services that you want to manage privately internally.&#x20;

**Service Visibility**&#x20;

As described above, communication between internal services is possible through internal DNS. However, this visibility is only allowed between services created within the same account. If you try to connect to the internal domain of a service created from another account, the connection will be denied.


---

# 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.apppaas.com/start/en/apppaas/inter-service-communication.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.
