> ## Documentation Index
> Fetch the complete documentation index at: https://devdocs.xbox.com/llms.txt
> Use this file to discover all available pages before exploring further.

# How to

> Reference and how-to guides for title storage in the XBOX Game Development Kit (XBOX Services). Includes concepts and API guidance.

Explore how to topics for XBOX game development.

<CardGroup cols={2}>
  <Card title="Deleting a blob from title storage" icon="hard-drive" href="/services/xbox-services/storage/title-storage/how-to/live-deleting-title-storage-blob">
    This topic demonstrates how to delete a blob from XBOX services Title Storage by using the following flat C code example.
  </Card>

  <Card title="Downloading a blob from title storage" icon="download" href="/services/xbox-services/storage/title-storage/how-to/live-downloading-title-storage-blob">
    This topic demonstrates how to download a blob from XBOX services Title Storage by using the following flat C code example.
  </Card>

  <Card title="Getting title storage blob metadata" icon="book-open" href="/services/xbox-services/storage/title-storage/how-to/live-getting-title-storage-blob-metadata">
    This topic demonstrates how to retrieve blob metadata from XBOX Title Storage by using the following flat C code examples.
  </Card>

  <Card title="Getting quota information for a title" icon="sliders" href="/services/xbox-services/storage/title-storage/how-to/live-getting-title-storage-quota-info">
    This topic demonstrates how to get quota information for a specified service configuration and storage type in XBOX Title Storage by using…
  </Card>

  <Card title="Title storage example code" icon="code" href="/services/xbox-services/storage/title-storage/how-to/live-title-storage-howto-nav">
    This section provides topics that demonstrate various XBOX services Title Storage-related tasks by using flat C example code.
  </Card>

  <Card title="Uploading a blob to title storage" icon="hard-drive" href="/services/xbox-services/storage/title-storage/how-to/live-uploading-title-storage-blob">
    This topic demonstrates how to upload a blob to XBOX services Title Storage by using the following flat C code example.
  </Card>
</CardGroup>

## See also

* [Config](/services/xbox-services/storage/title-storage/config/index)


## Related topics

- [How to](/services/xbox-services/player-data/achievements/event-based/how-to/index.md)
- [How to: Submitting callbacks](/build/core-features/common/async/async-task-queue-design-howto/submitting-callbacks.md)
- [How matchmaking works](/services/playfab/multiplayer/matchmaking/how-matchmaking-works.md)
- [How to delist items from the Store](/publishing/game-publishing/how-to/how-to-delist-from-retail.md)
- [How to make price changes](/publishing/game-publishing/how-to/how-to-priceupdate.md)
