# Developer Platform Documentation

## WordPress and Flutter Developer Platform Documentation

This developer platform documentation covers WordPress content sites and Flutter mobile apps. It gives editors, developers, and maintainers a practical reference for page updates, access flows, testing, and release reviews.

Each page focuses on structure, tools, workflows, and review checks. Use it when you need reliable documentation for content publishing, mobile app maintenance, and release preparation.

<div align="left"><figure><img src="/files/FX0UFtbJmEiTJElm3vxF" alt="Workspace illustration showing WordPress content site planning and Flutter mobile app documentation wireframes" width="563"><figcaption></figcaption></figure></div>

### What this developer documentation covers

The WordPress documentation covers content sites built with WordPress, Astra Pro, and Rank Math. It focuses on page structure, theme settings, SEO metadata, publishing workflow, internal links, and maintenance checks.

The Flutter app documentation covers mobile apps for iOS and Android. It focuses on app structure, login and access flow, APK handling, external links, testing behavior, and release review.

### Start here

Begin with the [Quickstart](/sites/documentation/quickstart.md) page if you are using this documentation for the first time.

Use the WordPress section when checking content pages, Astra Pro layout settings, Rank Math metadata, publishing notes, or site maintenance steps.

### How the Pages Are Written

Each documentation page is written from a maintainer’s point of view. The goal is to explain what exists, how it should be checked, and what future editors should avoid changing without review.

Keywords and reference links are used only where they fit the documentation context. They should support the page, not become the reason the page exists.

Use the Apps section when checking Flutter app structure, login flow, APK references, release notes, or mobile testing behavior.

### Documentation sections

* [WordPress Sites](https://gametalk99.gitbook.io/sites/documentation/wordpress)
* [Apps](https://gametalk99.gitbook.io/sites/documentation/apps)


---

# 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://gametalk99.gitbook.io/sites/readme.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.
