# Introduction

<figure><img src="https://4098787943-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FMwTFKCda4irtFhY9tqGt%2Fuploads%2Fgit-blob-38b95225b6da1508cc7694db7ff157d0164e2df6%2Fcsprclick-intro-screenshot.png?alt=media" alt="" width="563"><figcaption></figcaption></figure>

CSPR.click is a unified SDK that simplifies Web3 application onboarding by offering seamless integration with all wallets, facilitating easy user transitions between Web3 apps, and providing developers and users a consistent and secure interface for managing Web3 assets and interactions.

This documentation compiles important guidelines on how to use the CSPR.click SDKs.

## Components

* **Wallet Aggregator**. One integration for seamless compatibility with every Casper wallet.
* **Social Logins**. Simplify onboarding with instant access via Google, Apple, and more.
* **Fiat On-Ramps**. Purchase CSPR instantly using your card or wire transfer.
* **CSPR.cloud Proxy**. Connect directly to CSPR.cloud APIs — no backend required.

## Reference

To get familiar with CSPR.click, we recommend that you read these documents:

* [Overview](https://docs.cspr.click/documentation/overview)\
  Learn about the general technical aspects of CSPR.click SDK, and how it works.
* [Getting started](https://docs.cspr.click/documentation/getting-started)\
  Learn the basic concepts while creating a dApp from zero with CSPR.click React template.

## Support

If you have any questions or run into any issues while using the CSPR.click SDKs, you can find help in the [CSPR.click Developer Community](https://t.me/CSPRDevelopers). Here you can connect and get help from other developers.

## Legal

By using CSPR.click, you agree to our [Developer Terms of Service](https://cspr.click/terms-of-service/) and acknowledge that you have read our [Privacy Policy](https://cspr.click/privacy-policy/).


---

# 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.cspr.click/documentation/introduction.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.
