# Help Center Everything about your Help Center ## List all collections - [GET /help_center/collections](https://developers.intercom.com/docs/references/2.14/rest-api/api.intercom.io/help-center/listallcollections.md): You can fetch a list of all collections by making a GET request to https://api.intercom.io/help_center/collections. Collections will be returned in descending order on the updated_at 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/2.14/rest-api/api.intercom.io/help-center/createcollection.md): You can create a new collection by making a POST request to https://api.intercom.io/help_center/collections. ## Retrieve a collection - [GET /help_center/collections/{id}](https://developers.intercom.com/docs/references/2.14/rest-api/api.intercom.io/help-center/retrievecollection.md): You can fetch the details of a single collection by making a GET request to https://api.intercom.io/help_center/collections/. ## Update a collection - [PUT /help_center/collections/{id}](https://developers.intercom.com/docs/references/2.14/rest-api/api.intercom.io/help-center/updatecollection.md): You can update the details of a single collection by making a PUT request to https://api.intercom.io/collections/. ## Delete a collection - [DELETE /help_center/collections/{id}](https://developers.intercom.com/docs/references/2.14/rest-api/api.intercom.io/help-center/deletecollection.md): You can delete a single collection by making a DELETE request to https://api.intercom.io/collections/. ## Retrieve a Help Center - [GET /help_center/help_centers/{id}](https://developers.intercom.com/docs/references/2.14/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 https://api.intercom.io/help_center/help_center/. ## List all Help Centers - [GET /help_center/help_centers](https://developers.intercom.com/docs/references/2.14/rest-api/api.intercom.io/help-center/listhelpcenters.md): You can list all Help Centers by making a GET request to https://api.intercom.io/help_center/help_centers.