# サービス間の通信

### 概要

***

[プロジェクト？サービス？](/start/jp/apppaas-guide/purojekutosbisu.md)で説明されているように、\
1つの製品を複数のサービスで構成しようとする場合、AppPaaS内で各サービス間の通信が必要です。

このような内部通信をサポートするために、AppPaaSでは内部DNS情報を提供します。\
サービスの詳細ページから内部ドメイン情報を確認することができます。

<figure><img src="/files/Zrzd0UPbdXIICH5W0O32" alt=""><figcaption><p>サービス詳細ページで確認可能な内部ドメイン</p></figcaption></figure>

内部ドメインを使用して、外部に公開するサービスと内部で非公開に管理するサービスを区別することができます。

### サービスの可視性

***

前述のように、内部サービス間の通信は内部DNSを介して行うことができます。ただし、\
この可視性は同じアカウント内で作成されたサービス間でのみ許可されます。\
別のアカウントで作成されたサービスの内部ドメインへの接続を試みると、接続は拒否されます。

<figure><img src="/files/3Cnur4r4COyFX4loeG7H" alt=""><figcaption></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.apppaas.com/start/jp/apppaas-guide/sbisuno.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.
