# How to display room or other network information

To display any network information you can search for "Photon Text" action then use any of the options available to build your custom string.

{% hint style="info" %}
You can use **multiple** tags or a **single** tag to just show the information and nothing else
{% endhint %}

![Result string for this is: Room: YourRoomName Player: 3](/files/-ME3O5xQtwmD1A4lzeul)


---

# 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.ninjutsugames.com/game-creator-1/photon-network/guides/how-to-display-room-or-other-network-information.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.
