# Identify users

With each crash or bug report sent from your application, we send all needed information to your dashboard to help you debug the problem easily and communicate with the user reporting the problem.

1. [**User Identification**](/android/set-up-luciq-for-android/identify-users/user-identification.md)\
   This section discusses how to bind each report to the identity of the user reporting the problem. You also have the flexibility to add some extra data about the device as well as the user.
2. [**Setting Custom Data**](https://docs.luciq.ai/android/set-up-luciq-for-android/identify-users/setting-custom-data)\
   Set custom attributes, log specific user events, and tag your reports. All of these are explained in this section.


---

# 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.luciq.ai/android/set-up-luciq-for-android/identify-users.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.
