> For the complete documentation index, see [llms.txt](https://support.fibr.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.fibr.ai/get-started-with-fibr-ai.md).

# Get Started with Fibr Ai

- [Sign Up & Login](https://support.fibr.ai/get-started-with-fibr-ai/sign-up-and-login.md)
- [Inviting Your Team](https://support.fibr.ai/get-started-with-fibr-ai/inviting-your-team.md): Easily invite teammates to your Fibr workspace, assign roles like Admin or Member, and collaborate seamlessly across campaigns and experiments.
- [Fibr Script](https://support.fibr.ai/get-started-with-fibr-ai/fibr-script.md)
- [Configure Fibr Script to your website](https://support.fibr.ai/get-started-with-fibr-ai/fibr-script/configure-fibr-script-to-your-website.md): Set up the Fibr script on your website to enable personalization, track user behavior, and run seamless experiments using Fibr AI.
- [Configuring the Fibr Script for your Shopify Store](https://support.fibr.ai/get-started-with-fibr-ai/fibr-script/configuring-the-fibr-script-for-your-shopify-store.md): Integrate the Fibr script with Shopify to enable personalization and experimentation on your Shopify-powered website. Step-by-step setup included.
- [Impact of Fibr Script on Web Performance](https://support.fibr.ai/get-started-with-fibr-ai/fibr-script/impact-of-fibr-script-on-web-performance.md): See how the Fibr Script performs across FCP, LCP, and Total Blocking Time, designed to ensure minimal impact on your website performance.
- [Impact of Fibr Script using GTM](https://support.fibr.ai/get-started-with-fibr-ai/fibr-script/impact-of-fibr-script-using-gtm.md): See how the Fibr Script performs across key metrics like FCP, LCP, and Total Blocking Time if placed using Google Tag Manager.
- [Compliance & Permissions](https://support.fibr.ai/get-started-with-fibr-ai/compliance-and-permissions.md): Find answers to frequently asked questions about Fibr’s features, setup, billing, troubleshooting, and more—all in one convenient place.
- [Whitelist Fibr in Your Content Security Policy (CSP)](https://support.fibr.ai/get-started-with-fibr-ai/compliance-and-permissions/whitelist-fibr-in-your-content-security-policy-csp.md): Learn how to whitelist Fibr in your Content Security Policy to ensure smooth script execution, personalization, and tracking without triggering security errors
- [Role-Based Access & Tenant Controls](https://support.fibr.ai/get-started-with-fibr-ai/compliance-and-permissions/role-based-access-and-tenant-controls.md)
- [Data Residency, Privacy & Trust](https://support.fibr.ai/get-started-with-fibr-ai/compliance-and-permissions/data-residency-privacy-and-trust.md)
- [Can You Run Fibr on Your Local Machine?](https://support.fibr.ai/get-started-with-fibr-ai/compliance-and-permissions/can-you-run-fibr-on-your-local-machine.md): Learn how to run the Fibr script on your local machine for testing and preview purposes, even though live campaigns won’t be active in this environment.


---

# 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://support.fibr.ai/get-started-with-fibr-ai.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.
