*** title: Take your next steps in Postman updated: 2025-11-24T00:00:00.000Z topictype: concept max-toc-depth: 2 ---------------- In summary, you've sent a request, written a test, and saved requests to collections. Check out some other things you can do in Postman: * You can [run collections](/docs/collections/running-collections/running-collections-overview/) manually, or schedule collection runs to run at specific times in the cloud. You can also automate collection runs in your CI/CD pipeline with the [Postman CLI](/docs/postman-cli/postman-cli-overview/) or [Newman](/docs/collections/using-newman-cli/command-line-integration-with-newman/). * [Postman Flows](/docs/postman-flows/overview/) is a visual tool for building API-driven applications for the API-first world. You can use flows to chain requests, handle data, and create real-world workflows in your Postman workspace. * Speaking of API-first, Postman supports API-first development with [Spec Hub](/docs/design-apis/specifications/overview/) or the [API Builder](/docs/design-apis/api-builder/overview/) to design your API in Postman. Your API specification can then act as the single source of truth for your API project. You can also use [types in collections](/docs/design-apis/collections/overview/) to design your APIs using collections. * Documentation is an important part of any collection or API. You can [add documentation](/docs/publishing-your-api/api-documentation-overview/) so users can understand what your collection or API does and how each request works. By default your documentation is private, but if you're creating a public API, you can publish your documentation to make it publicly available to anyone on the internet. * [Add your API to the Postman API Network](/docs/collaborating-in-postman/public-api-network/public-api-network-overview/) to share your APIs with 20M+ users in the world's largest public API network. Your API is searchable in the Postman app when it's available on the Postman API Network.