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

# Required information

* [ ] **Setup developer accounts**\
  Complete setup with financial information, payments, addresses etc. All administrative information must be correct for the developer accounts to function.

* [ ] **Invite Naviga team**&#x20;

  Naviga team will act as agent with permissions to build and distribute apps within the customers developer account. Also access to certificates must be granted.&#x20;

  Apple: <appstore-infomaker@infomaker.se>

  Google: <googleplay@infomaker.se>

* [ ] **Appstore Connect API Key**\
  Create API key with admin access. \
  <https://appstoreconnect.apple.com/access/api>\
  This should be provided to the Naviga team with notes of `Issuer ID` and `Key ID`.  Either give the Naviga team access to download them or use a secure services to send them.&#x20;

{% hint style="info" %}
Note: The API Key can only be downloaded once.
{% endhint %}

{% hint style="warning" %}
No keys or certificates should be sent through insecure communications.

Feel free to use our secrets share service: <https://secrets.saas.navigacloud.com/#/upload>
{% endhint %}

* [ ] **Signing keys**

  Google signing keys with credentials to use them. Note the need for security in transfer.&#x20;

* [ ] **Google Service Account**&#x20;

  Set up API access in Google Play Console and provide keys to Naviga.\
  <https://play.google.com/console>

* [ ] **App setup in stores:**

<table data-header-hidden><thead><tr><th width="213"></th><th></th></tr></thead><tbody><tr><td><ul><li><em>Name</em></li></ul></td><td>Provide a name for the app </td></tr><tr><td><ul><li><em>Bundle ID</em> </li></ul></td><td>Set up or provide existing bundle ID (unique identifier) for the app.  </td></tr><tr><td><ul><li><em>Meta data</em></li></ul></td><td>Provide descriptions, support URL, Privacy policy URL and declarations</td></tr></tbody></table>

* [ ] **Design**&#x20;

  Colors, Fonts, Typography, Logos, Icons or other graphic resources.


---

# 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.navigaglobal.com/mobile/required-information.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.
