# Gamification

- [Challenges Component](https://docs.questera.ai/questera-ai-sdks/react-native-sdk-components/gamification/challenges-component.md)
- [Daily Streak Component](https://docs.questera.ai/questera-ai-sdks/react-native-sdk-components/gamification/daily-streak-component.md): The Daily Visit Streak View is a component designed for tracking and displaying a user's daily visit streak. It provides a visual representation of how many user has visited a platform or app.
- [Leaderboard Component](https://docs.questera.ai/questera-ai-sdks/react-native-sdk-components/gamification/leaderboard-component.md): The Leaderboard component efficiently displays and manages leaderboards in React, offering customizable styling. Users can easily monitor progress and compete through its clear interface.
- [Quiz component](https://docs.questera.ai/questera-ai-sdks/react-native-sdk-components/gamification/quiz-component.md)


---

# 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.questera.ai/questera-ai-sdks/react-native-sdk-components/gamification.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.
