# Guides

Don't know how to do something? No problem we got you covered.

If you did not find what you where looking for?

{% hint style="info" %}
Feel free to drop us a line at <support@ninjutsugames.com>.\
Or Join our channel in Game Creator's [Discord](https://discord.gg/ZCkqJf5) server.
{% endhint %}

{% content-ref url="/pages/-LGbpctw6\_SCqs-Q0PX1" %}
[How to Connect and Instantiate your Player](/game-creator-1/photon-network/guides/how-to-connect.md)
{% endcontent-ref %}

{% content-ref url="/pages/-LIOyqAzeD1XgQGRvgYQ" %}
[How to Sync Attachments](/game-creator-1/photon-network/guides/how-to-sync-attachments.md)
{% endcontent-ref %}

{% content-ref url="/pages/-ME3NmTu4cXZC3jP18Cu" %}
[How to display room or other network information](/game-creator-1/photon-network/guides/how-to-display-room-or-other-network-information.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MJxVJwKDGwLMCma2I3q" %}
[How to setup Camera Motor](/game-creator-1/photon-network/guides/how-to-setup-camera-motor.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MU53gMTcA8T8UG2DVZP" %}
[How to test my game](/game-creator-1/photon-network/guides/how-to-test-my-game.md)
{% endcontent-ref %}


---

# 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.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.
