# Welcome

Welcome to the **AhoraCrypto Developer Hub** — your comprehensive resource for integrating cryptocurrency payment solutions into your applications. Whether you're building a web platform, mobile app, or e-commerce site, our suite of APIs and SDKs is designed to facilitate seamless crypto-to-fiat transactions, enhance user experience, and streamline development.

**Quick Links** to APIs and Tool Kits:

* [Payment Intent API](/ahoracrypto/api/payment-intent.md)
* [Exchange API](/ahoracrypto/api/exchange-api.md)
* [Web Widget](/ahoracrypto/widget/web-widget.md)

### What You Can Build

AhoraCrypto offers a versatile set of tools to help you:​

* **Estimate exchange rates** between cryptocurrencies and fiat currencies with all fees and commissions included.​
* **Embed customizable widgets** into your website for real-time crypto transactions.​
* **Integrate our React SDK** for a native experience in your React applications.​
* **Access detailed API documentation** to guide your development process.​

### Explore Our APIs and SDKs

#### 1. Exchange API

Our Exchange API provides precise estimations for crypto-to-fiat and fiat-to-crypto conversions, accounting for all associated fees. This ensures transparency and accuracy in your transactions.​

* **Crypto to Fiat Estimation**: Calculate the exact fiat amount required to receive a specified amount of cryptocurrency.​
* **Fiat to Crypto Estimation**: Determine the amount of cryptocurrency you'll receive for a specific fiat payment.​

For detailed endpoints and usage, refer to our [Exchange API Documentation](/ahoracrypto/api/exchange-api.md).​

#### 2. Payment Intent API

Facilitate crypto purchases using fiat currencies through various payment methods, including credit cards and bank transfers. The Payment Intent API allows you to:​

* **Create a Payment Intent**: Register a user's intent to purchase a specified amount of cryptocurrency.​
* **Retrieve Payment Instructions**: Obtain detailed payment instructions once the user is ready to proceed.
* **Monitor Payment Status**: Track the status of the payment intent to ensure successful transactions.

For more information, visit our [Payment Intent API Documentation](/ahoracrypto/api/payment-intent.md).​

#### 3. Web Widget

Integrate our Web Widget into your platform to provide users with a seamless crypto transaction experience. The widget is customizable to match your brand and can be embedded with minimal code.​

Learn more about integration and customization in our [Web Widget Guide](/ahoracrypto/widget/web-widget.md).​

#### 4. React SDK

For React developers, our SDK offers a straightforward way to incorporate AhoraCrypto's functionalities into your applications. It supports various customization options and ensures a native user experience.​

Get started with our [React SDK Documentation](/ahoracrypto/widget/react-sdk.md).​

### Getting Started

1. **Obtain an API Key**: Sign up on our platform to receive your unique API key necessary for authentication.​
2. **Review the Documentation**: Familiarize yourself with our APIs and SDKs through the provided documentation links.​
3. **Integrate into Your Application**: Choose the appropriate tools (API, Web Widget, or React SDK) and follow the integration guides.
4. **Test Your Implementation**: Ensure all functionalities work as expected in a development environment before going live.​

### Support and Resources

* **API Reference**: Detailed information on endpoints, parameters, and responses.​
* **Integration Guides**: Step-by-step instructions for incorporating our tools into your projects.​
* **Community Support**: Join our developer community for assistance, updates, and shared experiences.

For any questions or support, please contact our technical team at [soporte@ahoracrypto.com](mailto:support@ahoracrypto.com).​

***

Start building with AhoraCrypto today and offer your users a reliable and efficient cryptocurrency transaction experience.​


---

# 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://ahoracrypto.gitbook.io/ahoracrypto/welcome.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.
