# Version 1.0

- [Getting Started](https://docs.conscent.ai/version-1.0/getting-started.md)
- [On Board](https://docs.conscent.ai/version-1.0/on-board.md)
- [Using Conscent.ai](https://docs.conscent.ai/version-1.0/using-conscent.ai.md)
- [Authentication](https://docs.conscent.ai/version-1.0/authentication.md)
- [Web SDK](https://docs.conscent.ai/version-1.0/web-sdk.md)
- [Login](https://docs.conscent.ai/version-1.0/login.md): This script can be called anywhere as you already have the SDK script in your header section.
- [Logout](https://docs.conscent.ai/version-1.0/logout.md): Once the user logs in using the Login script, this logout script can then be called so that the user is logged out.
- [Amp Documentation](https://docs.conscent.ai/version-1.0/amp-documentation.md): Accelerated Mobile Pages (AMP) is an open source project created to improve the performance of web pages for mobile devices.
- [Mobile SDK](https://docs.conscent.ai/version-1.0/mobile-sdk.md): A Mobile SDK is a software package that contains a set of tools that can help to build platform-specific mobile applications and implement new features in existing mobile apps.
- [Android](https://docs.conscent.ai/version-1.0/mobile-sdk/android.md): This is a step by step guide to include Conscent.ai Plugin in your app. This plugin is developed in Kotlin and supports both Java and Kotlin languages.
- [Flutter](https://docs.conscent.ai/version-1.0/mobile-sdk/flutter.md): This is a step-by-step guide to including Conscent.ai Plugin in your app. This plugin is developed in Flutter and supports both Android and IOS Devices.
- [iOS(Swift)](https://docs.conscent.ai/version-1.0/mobile-sdk/ios-swift.md): This guide provides step-by-step instructions on how to include the Conscent.ai Plugin in your iOS app. The Conscent.ai Plugin is developed in swift Language.
- [React Native SDK](https://docs.conscent.ai/version-1.0/mobile-sdk/react-native-sdk.md): This is a step by step guide to include Conscent.ai package in your app. This package is developed in TypeScript and JavaScript.
- [Auto Login](https://docs.conscent.ai/version-1.0/auto-login.md): AutoLogin is a functionality that enables you to use your Login system and get users validated at Conscent.ai System.
- [Creating External Purchases](https://docs.conscent.ai/version-1.0/creating-external-purchases.md): Creating purchases using Client's Login System:
- [Landing Page API](https://docs.conscent.ai/version-1.0/landing-page-api.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.conscent.ai/version-1.0.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.
