# Help Center Everything about your Help Center ## List all collections - [GET /help_center/collections](https://developers.intercom.com/docs/references/rest-api/api.intercom.io/help-center/listallcollections.md): You can fetch a list of all collections by making a GET request to . Collections will be returned in descending order on the attribute. This means if you need to iterate through results then we'll show the most recently updated collections first. ## Create a collection - [POST /help_center/collections](https://developers.intercom.com/docs/references/rest-api/api.intercom.io/help-center/createcollection.md): You can create a new collection by making a POST request to ## Retrieve a collection - [GET /help_center/collections/{id}](https://developers.intercom.com/docs/references/rest-api/api.intercom.io/help-center/retrievecollection.md): You can fetch the details of a single collection by making a GET request to . ## Update a collection - [PUT /help_center/collections/{id}](https://developers.intercom.com/docs/references/rest-api/api.intercom.io/help-center/updatecollection.md): You can update the details of a single collection by making a PUT request to . ## Delete a collection - [DELETE /help_center/collections/{id}](https://developers.intercom.com/docs/references/rest-api/api.intercom.io/help-center/deletecollection.md): You can delete a single collection by making a DELETE request to . ## Retrieve a Help Center - [GET /help_center/help_centers/{id}](https://developers.intercom.com/docs/references/rest-api/api.intercom.io/help-center/retrievehelpcenter.md): You can fetch the details of a single Help Center by making a GET request to . ## List all Help Centers - [GET /help_center/help_centers](https://developers.intercom.com/docs/references/rest-api/api.intercom.io/help-center/listhelpcenters.md): You can list all Help Centers by making a GET request to .