# Nintendo Switch

BugSplat enables developers to automatically track crashes in Nintendo Switch games during development and production.

Access to BugSplat’s Nintendo Switch support is available exclusively to certified Nintendo developers. To get started, follow these steps:

1. **Verify Your Developer Status**\
   Log in to your Nintendo Developer account at <https://developer.nintendo.com/>, and navigate to the **Switch > Middleware** section.\
   Locate **BugSplat** and complete the required authorization process. This step ensures that BugSplat can verify your certification as a Nintendo developer.
2. **Access Tools and Documentation**\
   Once your status is confirmed by Nintendo, BugSplat will provide you with the resources needed to integrate crash reporting into your Nintendo Switch games, including:
   * Access to relevant tools
   * Integration documentation tailored for Nintendo Switch

If you have questions or need assistance, reach out to **<support@bugsplat.com>**.


---

# 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.bugsplat.com/introduction/getting-started/integrations/game-development/nintendo.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.
