> For the complete documentation index, see [llms.txt](https://ihi.gitbook.io/btb-user-guide/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ihi.gitbook.io/btb-user-guide/btb-internal-team/master.md).

# Overview

The BTB application is developed for LAUSD Beyond the Bell Management team and all of the Internal and External Agencies (providers) to help with BTB’s daily management of the After School Education System.

{% embed url="<https://youtu.be/mPNu8BxEGOw>" %}
VIDEO: Internal BTB Guide - Overview
{% endembed %}

**This section of the guide is for LAUSD's Beyond the Bell Internal Team Members Only**<br>

### **LAUSD BTB-team Roles**

**BTB Team members will have 5 different roles with specific privileges. The following table shows the difference in given privileges between each role within the BTB Team.**&#x20;

![Y = Yes, Has Access N = No, Doesn’t Have Access](https://lh4.googleusercontent.com/ZA24BxaKdoiSLkti2X1ylaX-dwp6mTNBFoJr6H_yh2TgNkh25BUx9-i-YivvW9relfe7a5DzTKqyQuNPNsOk0bSvf5a1e8wmMR_f58DmNrDxLZzltCJMG1v0eoRXrUsIobTuBUuV)

{% hint style="warning" %}
**NOTE:**

Please note that none of the BTB Internal Team members have access to the Mobile App since that application is solely used by roles 8 and 9 of providers (Agencies)

Also note that out of 5 roles of the internal team, only role 4 has access to Students and Activities section of managed by Agencies.&#x20;
{% endhint %}


---

# 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://ihi.gitbook.io/btb-user-guide/btb-internal-team/master.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.
