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

# Examples

- [Zapier Integrations](https://docs.underdogprotocol.com/examples/zapier-integrations.md)
- [Zapier + Viral Loops](https://docs.underdogprotocol.com/examples/zapier-integrations/zapier-+-viral-loops.md): How to Integrate Viral Loops with Underdog Protocol Using Zapier
- [Zapier + Github + OpenAI](https://docs.underdogprotocol.com/examples/zapier-integrations/zapier-+-github-+-openai.md)
- [Zapier + Github](https://docs.underdogprotocol.com/examples/zapier-integrations/zapier-+-github.md): How to Integrate GitHub with Underdog Protocol Using Zapier
- [Zapier + Mailchimp](https://docs.underdogprotocol.com/examples/zapier-integrations/zapier-+-mailchimp.md): How to Integrate Mailchimp with Underdog Protocol Using Zapier
- [Zapier + Shopify](https://docs.underdogprotocol.com/examples/zapier-integrations/zapier-+-shopify.md): How to Integrate Shopify with Underdog Protocol Using Zapier
- [Zapier + Calendly](https://docs.underdogprotocol.com/examples/zapier-integrations/zapier-+-calendly.md)
- [Zapier + Hubspot](https://docs.underdogprotocol.com/examples/zapier-integrations/zapier-+-hubspot.md)
- [Zapier + Typeform](https://docs.underdogprotocol.com/examples/zapier-integrations/zapier-+-typeform.md)
- [Underdog with Airtable](https://docs.underdogprotocol.com/examples/underdog-with-airtable.md): Learn how to add Underdog to your Airtable Automations to manage your community with dynamic NFTs
- [Create a Project](https://docs.underdogprotocol.com/examples/underdog-with-airtable/create-a-project.md)
- [Create NFT on Form Submission](https://docs.underdogprotocol.com/examples/underdog-with-airtable/create-nft-on-form-submission.md)
- [Send a Claim Link](https://docs.underdogprotocol.com/examples/underdog-with-airtable/send-a-claim-link.md)
- [Updating NFTs](https://docs.underdogprotocol.com/examples/underdog-with-airtable/updating-nfts.md)
- [Web3 Blog](https://docs.underdogprotocol.com/examples/web3-blog.md): Create a web3 blog where your readers can collect blog posts as NFTs
- [Mint NFTs on iPhone](https://docs.underdogprotocol.com/examples/mint-nfts-on-iphone.md): How to use the Underdog API to mint your iPhone photos as an NFT


---

# 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.underdogprotocol.com/examples.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.
