# Spotlights

- [SLIP-0024 Transaction payload signing](https://docs.swapkit.dev/spotlights/slip-0024-transaction-payload-signing.md): Including SLIP-0024 to your SwapKit integration
- [API Migration to v3](https://docs.swapkit.dev/spotlights/api-migration-to-v3.md): Migrate your v2 implementation to our API v3 endpoints
- [Near Chain and its assets](https://docs.swapkit.dev/spotlights/near-chain-and-its-assets.md): SwapKit provides comprehensive support for NEAR Chain, enabling seamless swaps for both native NEAR tokens and NEP-141 tokens.
- [Integrate NEAR on an existing SwapKit integration](https://docs.swapkit.dev/spotlights/integrate-near-on-an-existing-swapkit-integration.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.swapkit.dev/spotlights.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.
