# API (V2)

{% hint style="success" %}
Tweed v2 represents a major upgrade from version 1, designed to make integrating payments and wallet management even easier for your application. Unlike V1, where you had to manage a server infrastructure to enable these functionalities, V2 eliminates the need for that step.
{% endhint %}

**Simple Setup with No Server Required**

In v2, you can activate payments and wallet management directly through the **Tweed Management Console**. All you need to do is create a user, and from there, you gain full control over the following functionalities:

* **Catalog Management**
* **Item Management**
* **Payment Setup and Wallet Control**

You no longer have to worry about maintaining servers or complicated backend integrations. The entire process is simplified and automated to ensure a seamless experience.

**Tweed's API V2: The Power of Customization**

If you prefer more control or have custom needs, you can also manage your catalog, items, and more via **Tweed's API V2**. The API allows you to integrate directly into your application, offering flexibility and easy access to all the features of Tweed’s wallet and payment management system.


---

# 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.paytweed.com/developer-tools/api/api-v2.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.
