# Team ID

To find your Team ID on the [Apple Developer Portal](/other-topics/apple/developer-portal.md), follow these steps:

1. Go to the [Apple Developer website](/other-topics/apple/developer-portal.md) and sign in with your Apple ID.
2. Click on the "Account" tab.

   <figure><img src="/files/ZUQ2weouPbwONysTjpWN" alt=""><figcaption><p>Press Membership details</p></figcaption></figure>
3. Scroll down to the "Membership" section and click on the "Membership Information" link.
4. Your Team ID, a 10-character string, will be displayed under the "Team ID" heading.&#x20;

   <figure><img src="/files/EsFWjbizovCKCb1yr5DC" alt=""><figcaption><p>Team ID from Apple Developer Portal</p></figcaption></figure>

{% hint style="info" %}
Here is the original Apple documentation - <https://developer.apple.com/help/account/manage-your-team/locate-your-team-id>
{% endhint %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.codemash.io/other-topics/apple/team-id.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
