> For the complete documentation index, see [llms.txt](https://docs.apppaas.com/start/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.apppaas.com/start/jp/apppaas-guide/sbisuno.md).

# サービス間の通信

### 概要

***

[プロジェクト？サービス？](/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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.apppaas.com/start/jp/apppaas-guide/sbisuno.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
