# Integration

## Integrators

We welcome everyone interested in integrating our Aggregator, but we do have a few guidelines:

* Users must acknowledge the use of the **7K Aggregator API**. For example, mention us in your announcements of new features and applications.
* Including a phrase like "**Powered by 7K Aggregator**" in the integrator's UI is highly appreciated.
* Please refrain from modifying the **7K Aggregator** **smart** **contract**, whether within the SDK or elsewhere.
* **7K Aggregator** reserves the right to withhold support from parties engaging in unethical practices.

## DEXs

Please direct [contact](https://7k.ag/collab) us for business inquiries regarding integration of your DEX pools/markets.

## UI Provider

**7K SDK** provides developers with an SDK to integrate our aggregator.&#x20;

Visit this [page](/developers/sdk.md) for more information.

## Integrating Fees

There are no protocol fees for the 7K Aggregator or platform fees on the 7K UI. However, UI providers may implement their own platform fees, with a maximum of **5%** of the token output. If a platform fee is established, 7K will take **20%** of the fees charged by integrators.

[<br>](https://docs.ashswap.io/aggregator/swap-guide)


---

# 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.7k.ag/7k-aggregator/integration.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.
