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

# Tutorials

> Instructions and examples to help you get started.

<CardGroup>
  <Card title="Explore a user's Posts" icon="user" iconType="solid">
    Learn how to explore a user's Posts and mentions using the user Post timeline and user mention timeline endpoints from the last 7 days.

    <br />

    <br />

    [**View tutorial**](/tutorials/explore-a-users-posts)
  </Card>

  <Card title="Getting started with Postman" icon="rocket" iconType="solid">
    Learn how to start using Postman to make requests to the X API and X Ads API.

    <br />

    <br />

    [**View tutorial**](/tutorials/postman-getting-started)
  </Card>

  <Card title="Getting started with R and v2 of the X API" icon="rocket" iconType="solid">
    Learn about using R to connect to the user lookup endpoint and how to work with JSON returned from X API v2.

    <br />

    <br />

    [**View tutorial**](/tutorials/getting-started-with-r-and-v2-of-the-x-api)
  </Card>

  <Card title="Getting historical Posts using the full-archive search endpoint" icon="magnifying-glass" iconType="solid">
    Learn to use the full-archive search endpoint to search the complete history of public X data, build a dataset by retrieving geo-tagged Posts, and how to page through the available Posts for a query.

    <br />

    [**View tutorial**](/tutorials/getting-historical-posts-using-the-full-archive-search-endpoint)
  </Card>

  <Card title="Post-processing X data with the Google Cloud Platform" icon="cloud" iconType="solid">
    This guide gives a high-level overview on how to ingest Posts at scale, and “slice and dice” those Tweets via metadata to narrow them down to a specific category, or sub-categories.

    <br />

    [**View tutorial**](/tutorials/post-processing-x-data-with-the-google-cloud-platform)
  </Card>
</CardGroup>
