> For the complete documentation index, see [llms.txt](https://support.gamoshi.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.gamoshi.com/home.md).

# Help Center

<h2 align="center">What can we help you find?</h2>

<p align="center">Browse the topics below, or search to find what you need.</p>

<p align="center"><a href="https://help.gamoshi.com/tickets-view?status=all&#x26;view=my_tickets&#x26;offset=0" class="button secondary" data-icon="paper-plane">Contact support</a></p>

<table data-view="cards"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><h3><i class="fa-play" style="color:$primary;">:play:</i></h3></td><td><h4><strong>Getting started</strong></h4></td><td>Get help with the basics</td><td><a href="/spaces/6Pq3LhAqAq81YH2SEEl8/pages/qS7lX46yFF4GCwVV7zsT">/spaces/6Pq3LhAqAq81YH2SEEl8/pages/qS7lX46yFF4GCwVV7zsT</a></td></tr><tr><td><h3><i class="fa-rocket-launch" style="color:$primary;">:rocket-launch:</i></h3></td><td><h4><strong>Product updates</strong></h4></td><td>See what’s new</td><td><a href="/pages/cbrULLGzbn7C6IwuOuj9">/pages/cbrULLGzbn7C6IwuOuj9</a></td></tr><tr><td><h3><i class="fa-question" style="color:$primary;">:question:</i></h3></td><td><h4><strong>Wiki</strong></h4></td><td>Our Knowledge Base</td><td><a href="/spaces/6Pq3LhAqAq81YH2SEEl8">/spaces/6Pq3LhAqAq81YH2SEEl8</a></td></tr></tbody></table>

{% columns %}
{% column %}

### Featured

{% content-ref url="/spaces/6Pq3LhAqAq81YH2SEEl8/pages/d83d16aaf373618e1f831dfe0d2e991db6db7432" %}
[Gamoshi Programmatic Platform – Account Types](/gamoshi-wiki/general-information/gamoshi-programmatic-platform-account-types.md)
{% endcontent-ref %}

{% content-ref url="/spaces/6Pq3LhAqAq81YH2SEEl8/pages/758229d8971983d44308a888681271fddde2e384" %}
[Gamoshi DSP Entity Structure & Campaign Strategy Guide](/gamoshi-wiki/general-information/gamoshi-dsp-entity-structure-and-campaign-strategy-guide.md)
{% endcontent-ref %}

{% content-ref url="/spaces/6Pq3LhAqAq81YH2SEEl8/pages/c42c0eff91b5445e436394b70e85658d746a74ab" %}
[FAQ](/gamoshi-wiki/faq.md)
{% endcontent-ref %}
{% endcolumn %}

{% column %}

### Popular articles

{% content-ref url="/spaces/6Pq3LhAqAq81YH2SEEl8/pages/2e7932e245c9d9dc0be46738847f75db62e0b104" %}
[How to create a DSP Campaign](/gamoshi-wiki/how-to-guides/how-to-create-a-dsp-campaign.md)
{% endcontent-ref %}

{% content-ref url="/spaces/6Pq3LhAqAq81YH2SEEl8/pages/9624bd13a9d4f839c3202554ac37b513b2e08665" %}
[How to Implement Conversion Tracking](/gamoshi-wiki/how-to-guides/how-to-implement-conversion-tracking.md)
{% endcontent-ref %}

{% content-ref url="/spaces/6Pq3LhAqAq81YH2SEEl8/pages/2be7f50b85f2f0d26d5d4f3cd639bff57c7d501a" %}
[How to Use Gamoshi Creative Studio](/gamoshi-wiki/how-to-guides/how-to-use-gamoshi-creative-studio.md)
{% endcontent-ref %}

{% content-ref url="/spaces/6Pq3LhAqAq81YH2SEEl8/pages/c323b7a2a33b36f6673d094335845d7bad0bddc0" %}
[Analytics](/gamoshi-wiki/analytics.md)
{% endcontent-ref %}
{% endcolumn %}
{% endcolumns %}


---

# 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://support.gamoshi.com/home.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.
