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

# Onboarding Process

- [Overview](https://docs.ltvnumbers.com/onboarding-process/overview.md): Steps for Onboarding Process
- [Slack Walkthrough](https://docs.ltvnumbers.com/onboarding-process/slack-walkthrough.md): These are the first few steps that you can take when you want to join the LTV Numbers Workspace. Use this workspace to communicate with the team directly and feel free to ask about anything.
- [Insights Doc Overview](https://docs.ltvnumbers.com/onboarding-process/insights-doc-overview.md): The Insights Document is your go-to document that the LTV Numbers team has prepared for you. This will be your FAQ doc, your notes doc, your benchmarks, etc. Use this however you please.
- [Expectations and Agenda of Insights Call](https://docs.ltvnumbers.com/onboarding-process/expectations-and-agenda-of-insights-call.md): Be sure that you understand how to do these after this. If not, let us know in that chat and we can guide you on how to specific tasks that are relevant to your business and how you want to view data.
- [Daily Dashboard Quick Tutorial](https://docs.ltvnumbers.com/onboarding-process/daily-dashboard-quick-tutorial.md): This is a brief tutorial on how to use the Daily Dashboard.
- [Journey Dashboard Quick Tutorial](https://docs.ltvnumbers.com/onboarding-process/journey-dashboard-quick-tutorial.md): This is a brief tutorial on how to use the Journey Dashboard.
- [Analysis Page Quick Tutorial](https://docs.ltvnumbers.com/onboarding-process/analysis-page-quick-tutorial.md): This is a brief tutorial on how to use the Analysis Page.
- [Path Analysis Page Quick Tutorial](https://docs.ltvnumbers.com/onboarding-process/path-analysis-page-quick-tutorial.md): This is a brief tutorial on how to use the Path Analysis Page.
- [People Page Quick Tutorial](https://docs.ltvnumbers.com/onboarding-process/people-page-quick-tutorial.md): This is a brief tutorial on how to use the People Page.
- [Insights Call Summary](https://docs.ltvnumbers.com/onboarding-process/insights-call-summary.md)
- [First 7-Days Homework](https://docs.ltvnumbers.com/onboarding-process/first-7-days-homework.md)
- [Daily LTV Numbers Analysis](https://docs.ltvnumbers.com/onboarding-process/daily-ltv-numbers-analysis.md)
- [Weekly LTV Numbers Analysis](https://docs.ltvnumbers.com/onboarding-process/weekly-ltv-numbers-analysis.md)
- [Monthly LTV Numbers Analysis](https://docs.ltvnumbers.com/onboarding-process/monthly-ltv-numbers-analysis.md)
- [Success Call Expectations](https://docs.ltvnumbers.com/onboarding-process/success-call-expectations.md)
- [Guide to UTM Tracking](https://docs.ltvnumbers.com/onboarding-process/guide-to-utm-tracking.md)


---

# 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://docs.ltvnumbers.com/onboarding-process.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.
