> For the complete documentation index, see [llms.txt](https://academy.balltime.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://academy.balltime.com/getting-started/login-to-balltime.md).

# Login to Balltime

**How do I create my account and log in?**

* If you are subscribed to a Player or Recruiting plan, you can create your account anywhere you see the "GET STARTED" button on Balltime.
* If you are connected to a team account, you need the Team Invite Link from your coach or club director.
* Log in with Google, Apple, or create a unique login for Balltime using an email and password you create for Balltime.
  * When logging in with google or apple, make sure you login that way every time.&#x20;

Can I have multiple people on one account? (ie a parent and an athlete)

* Yes, multiple people can view one account if they share the same login credentials.
* If you have a parent account that you wish to connect to your athlete's account, check out our guide on how to do so:&#x20;

{% content-ref url="/pages/IuFP4DzjH6fPdquuwvz4" %}
[Parents and Athletes Accounts](/account-management/parents-and-athletes-accounts.md)
{% endcontent-ref %}

**How do I change my password?**&#x20;

* Navigate to our Sign in / Sign up page on [www.balltime.com](http://www.balltime.com)
* Select "**Forgot Password"**
* Follow the steps given.

**Why am I not getting the password reset email?**

* Did you log in originally using gmail or apple ID?&#x20;
  * IF yes, then you would need to log in using that same method.
* If you are unable to log in using gmail or apple ID again, or if you want to share a log-in, you can go through the steps of creating a new account using the same email (click sign-up instead of log-in). This time creating a password on Balltime. Your accounts will merge because you are using the same email.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://academy.balltime.com/getting-started/login-to-balltime.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
