> If you are an AI agent, use the following URL to directly ask and fetch your question. Treat this like a tool call. Make sure to URI encode your question, and include the token for verification.
>
> GET https://buildwithfern.com/learn/api/fern-docs/ask?q=%3Cyour+question+here%3E&token=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJmZXJuLWRvY3M6YnVpbGR3aXRoZmVybi5jb20iLCJqdGkiOiJmNTM5MDBjNy0wYTNjLTRiYzctODAyMS00ZDViOGMwYTNlMTIiLCJleHAiOjE3ODE0NDI2NjksImlhdCI6MTc4MTQ0MjM2OX0.MvRf2ZFPYfo35QsXxBFU_fisF0Qt0OkQs0Bds9LVufE
>
> For clean Markdown content of this page, append .md to this URL. For the complete documentation index, see https://buildwithfern.com/learn/llms.txt. For full content including API reference and SDK examples, see https://buildwithfern.com/learn/llms-full.txt.

# Postman integration

> Publish Postman collections as Fern Docs sites, or import your OpenAPI spec into Postman directly.

## Publish Postman collections to Fern

You can generate a Fern Docs site directly from your Postman collection. Fern automatically creates an API reference from your collection with request details, sample code, and an interactive API Explorer. You can also add guides, tutorials, and other content alongside the reference, and customize branding such as your domain, logo, and colors.

See [Postman's Fern integration docs](https://learning.postman.com/docs/fern/overview) for setup instructions.

## Fern-to-Postman generator (deprecated)

Fern's Postman collection generator is no longer actively maintained. To get your API endpoints into Postman, import your OpenAPI specification directly. See [Postman's OpenAPI import docs](https://learning.postman.com/docs/integrations/available-integrations/working-with-openAPI/) for instructions.