# POST /document-templates/:template_id/sections

**Resource:** [Document Templates](./document-templates.md)  
**MCP tool:** `add_document_section`  
**Scopes:** `documents:write`  
**Write operation:** yes

Add a section to a document template.

## Parameters

| Name | In | Type | Required | Description |
|------|----|------|----------|-------------|
| `template_id` | path | string | yes |  |
| `type` | body | string | yes |  |

## Request example

```bash
curl -X POST   "https://api.trustpager.com/functions/v1/api/v1/document-templates/:template_id/sections"   -H "Authorization: Bearer YOUR_API_KEY"   -H "Content-Type: application/json"   -d '{"type":"..."}'
```

---
Base URL: `https://api.trustpager.com/functions/v1/api/v1` — Auth: `Authorization: Bearer YOUR_API_KEY`