# Settings

The IMQA Crash settings page enables you to perform basic settings, and manage Proguard and Native items.

## 1. General setting <a href="#general-setting" id="general-setting"></a>

You can view the project information generated from the API key and project information, and change the platform and stage.

![](https://lh5.googleusercontent.com/y2MNRo_pVt90qbxJXDkqWA3rn3DY8lM4t-S84O4-HBfv7SBvGpo0UlBaYEFpsmxwz3cbvj2VCiGs5TxwHTA_0dgOV5tRL6pAGNB9MwBhc8HJcUfBuuElY9xPgeGAMcBfcPFjW8yR6hmg_QCUy9jXQg)

* **API Key**: An API key for communication between the SDK and collection server. Please input the key information into the SDK.&#x20;
* **Project Name**: Displays the project name entered when creating the project.
* **Package Name**: Displays the package name entered when creating the project. The project manager or those who have higher authority can modify the project name.
* **Platform**: Displays the platform selected when creating the project.
* **Stage**: You can set the environment of the project. The administrator can determine the stage as “develop”, “Test”, or “Release” and set it as follows.

## 2. Proguard (dSYM) <a href="#proguard" id="proguard"></a>

If iOS’s Symbolication and Android's Proguard is applied to the app, you can check the class name and the function name by setting Proguard. Refer to “[Using Crash > Project list > Project management > ProGuard settings](/imqa-guide/eng/user-guide/using-crash/project-list.md#proguard-settings)''.


---

# 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.imqa.io/imqa-guide/eng/user-guide/using-crash/setting.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.
