> For the complete documentation index, see [llms.txt](https://docs.devtodev.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.devtodev.com/getting-started/adding-an-app-to-the-space/standalone-application.md).

# Standalone application

## Adding a standalone application

1. First, you need to select a platform.

<figure><img src="/files/UkByMypc8nAeEiqEoBfN" alt=""><figcaption></figcaption></figure>

2. The next step is optional. You can test the integration in test mode. It assumes that up to 100 different users can use the app, and their data will be excluded from statistics. \
   When you [switch the test mode off](/reports-and-functionality/project-related-reports-and-fuctionality/settings.md#switch-to-production-mode), all the users who had sent the data will be marked as [testers](/integration/test-devices.md) in your project.&#x20;

<figure><img src="/files/e48SDUS14N1QBcShIjNX" alt=""><figcaption></figcaption></figure>

3. During the next step, you can add an account to collect data from the application store or skip this step and add this information later in project [Settings](/reports-and-functionality/project-related-reports-and-fuctionality/settings.md#app-marketplace-stats).&#x20;

<figure><img src="/files/uRgBAtNB8z4FMJ69LgFg" alt=""><figcaption></figcaption></figure>

4. The final step is to fill in the name of your app and select its genre and type.\
   Select app type: game or app. \
   If you choose “app” as the type, gaming events will not be tracked and displayed in the interface, even if they are integrated. Also, game-related elements will be hidden in the interface.

You can change the project type at any time in the Settings → [General settings](/reports-and-functionality/project-related-reports-and-fuctionality/settings.md#general-settings) section.&#x20;

<figure><img src="/files/rjR58bItCKJhq11pYxf5" alt=""><figcaption></figcaption></figure>

Please note that you can select more than one category.&#x20;

<figure><img src="/files/T7cgds8MUAKz1Suede47" alt=""><figcaption></figcaption></figure>

Congratulations, you have added the application to the space!&#x20;

## Next steps

Now you can see the standard devtodev interface and all the reports. Of course, the reports are empty until you start [sending data](/basic-events-and-custom-events.md) to devtodev.

If you have added an account to collect data from the application store, it will take 1 day to build the report.

If your integration uses SDK (in most cases), the next step is to integrate SDK into your app. Please read our [expert tips on integration](/integration/expert-tips.md), select the necessary [SDK](/integration/integration-of-sdk-v2.md), [integrate](/integration/integration-of-sdk-v2/setting-up-events/basic-methods.md) it, and [start using devtodev's full functionality](/reports-and-functionality/project-related-reports-and-fuctionality/events-and-funnels.md)!&#x20;

And please don't hesitate to ask us questions. You can find the `Contact us` button in the top right of the devtodev interface.&#x20;

<figure><img src="/files/1PR7Ed5LA8DG0E1Nlb3H" alt=""><figcaption></figcaption></figure>


---

# 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.devtodev.com/getting-started/adding-an-app-to-the-space/standalone-application.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.
