> For the complete documentation index, see [llms.txt](https://docs.airight.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.airight.io/services-and-integration.md).

# Services and Integration

- [AI Blockchain Oracle - NFT Authenticity Verification](https://docs.airight.io/services-and-integration/ai-blockchain-oracle-nft-authenticity-verification.md): Early detect the on-chain NFT infringement to protect the creators & collectors from the fake NFT problem.
- [Get your NFT Authenticated Directly](https://docs.airight.io/services-and-integration/ai-blockchain-oracle-nft-authenticity-verification/get-your-nft-authenticated-directly.md): Uploading your file and get a Similar NFT Detection report
- [Get the NFT Authenticity Verifying report via API](https://docs.airight.io/services-and-integration/ai-blockchain-oracle-nft-authenticity-verification/get-the-nft-authenticity-verifying-report-via-api.md): Integrate our NFT Authenticity Verification AI Oracle to your platforms
- [NFT Staking Infrastructure](https://docs.airight.io/services-and-integration/nft-staking-infrastructure.md)
- [No gas-fee NFT Marketplace with Authenticated NFT & Royalty Protocol for creators](https://docs.airight.io/services-and-integration/no-gas-fee-nft-marketplace-with-authenticated-nft-and-royalty-protocol-for-creators.md): NFT Marketplace with full functions Mint, Collection, Buy, Sell, Auctions, Transfer Authenticated NFTs and forever royalty for creators.
- [NFT ownership verification for Discord membership](https://docs.airight.io/services-and-integration/nft-ownership-verification-for-discord-membership.md)
- [AI Service](https://docs.airight.io/services-and-integration/ai-service.md)
- [Flux](https://docs.airight.io/services-and-integration/ai-service/flux.md)
- [Stable Diffusion (SD) And Stable Diffusion XL (SDXL)](https://docs.airight.io/services-and-integration/ai-service/stable-diffusion-sd-and-stable-diffusion-xl-sdxl.md)
- [DALL-E 2&3](https://docs.airight.io/services-and-integration/ai-service/dall-e-2-and-3.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.airight.io/services-and-integration.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
