llms.txt Content
# Tally – The simplest way to build forms, for free
> Tally is a no-code form builder that lets you create unlimited forms for free. It’s powerful, flexible, and loved by creators, startups, and modern teams.
## Basic Information
- [Product Overview](https://tally.so/features): Explore Tally’s full feature set including advanced customization, conditional logic, payments, file uploads, and hidden fields.
- [Templates Gallery](https://tally.so/templates): Start fast with ready-to-use templates for lead capture, feedback collection, job applications, and more.
- [Pricing](https://tally.so/pricing): Tally offers unlimited forms and submissions completely free (within fair‑use limits), while its paid Pro plan costs $29/month and adds features like removal of branding, custom domains, team collaboration, and more.
- [Changelog](https://tally.so/changelog): See all recent feature updates and improvements.
- [About Tally](https://tally.so/about): Learn more about our mission, team, and values.
- [Customers](https://tally.so/customers): What customers have to say about using Tally.
## Documentation
- [Help Center](https://tally.so/help): Full documentation with guides on form creation, sharing, automation, and analytics.
- [Tally API](https://developers.tally.so): With the Tally API developers can programmatically create forms, update input blocks, delete or fetch submissions and more.
- [Tally MCP server](https://developers.tally.so/api-reference/mcp): The Tally MCP server lets AI assistants create Tally forms and fetch submissions using natural language through the Model Context Protocol.
## Integrations
- [Integrations](https://tally.so/help/integrations): See all Integrations that are possible with Tally.
- [Zapier](https://tally.so/help/zapier-integration): Automate workflows with 6,000+ apps like Slack, Gmail, and Airtable.
- [Notion](https://tally.so/help/notion-integration): Sync form responses directly to your Notion databases.
- [Webhooks](https://tall
OpenAPI Spec (preview)
{
"openapi": "3.0.1",
"info": {
"title": "OpenAPI",
"description": "Tally's API",
"license": {
"name": "MIT"
},
"version": "1.0.0"
},
"servers": [
{
"url": "https://api.tally.so"
}
],
"security": [
{
"bearerAuth": []
}
],
"paths": {
"/forms": {
"get": {
"summary": "Retrieve a list of forms",
"description": "Returns a paginated array of form objects.",
"parameters": [
{
"n