> For the complete documentation index, see [llms.txt](https://help.horsespot.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.horsespot.com/rodeo-management/setting-up-your-rodeo/logging-into-your-rodeo-tenant-site.md).

# Logging into your Rodeo Tenant Site

{% embed url="<https://www.loom.com/share/df89ebbf9169401fb7bafa36d274160f>" %}

### Finding Your Tenant Site

To access the features you need as a Franchise Secretary, make sure you're on your specific tenant account.

Type your tenant site URL into the search bar at the top of your webpage. This will bring you to your tenant site.

### Logging In

Click the blue Login button in the top right corner. From there, you have two options.

#### Option 1: Email and Password

Log in with your email address and password. If you don't have an account yet, click the Sign Up button. Once you've signed up, you'll automatically have access to the secretary features.

#### Option 2: Continue With Google

If you have a Gmail account, click Continue with Google. Select the email address linked to your Horse Spot account.

If you're logging in with a Gmail account this way, that account will link to your Horse Spot account.

Once you've logged in, you'll land on the page with access to all of the secretary tools you'd expect to see.

### Adding Team Members

To add more team members to your tenant profile, click the drop-down in the top right area that shows your franchise name, then go to Settings.

Move to the Team tab. This is where you can add additional team members.

When you add team members here, they will not receive an email invitation to Horse Spot. They'll simply need to follow the same steps of typing in the tenant URL and logging in or creating a Horse Spot account.

### Need Help?

If you have any questions or need help logging into your Horse Spot account, contact us at <support@horsespot.net>.&#x20;


---

# 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://help.horsespot.com/rodeo-management/setting-up-your-rodeo/logging-into-your-rodeo-tenant-site.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.
