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

# Getting Started

- [Introduction to Beefree](https://docs.beefree.io/beefree-sdk/getting-started/readme.md): Welcome to the Beefree SDK technical documentation! This page discusses what Beefree SDK is and outlines resources you can use to get started with integrating our no-code embeddable builders.
- [Create an Application](https://docs.beefree.io/beefree-sdk/getting-started/readme/create-an-application.md): Learn how to create an application within the Beefree SDK Developer Console.
- [Installation and Fundamentals](https://docs.beefree.io/beefree-sdk/getting-started/readme/installation.md): Learn and understand the core concepts related to how you can install the Beefree SDK npm package, authenticate, and get started with Beefree SDK.
- [Configuration parameters](https://docs.beefree.io/beefree-sdk/getting-started/readme/installation/configuration-parameters.md): Complete reference guide for all Beefree SDK configuration parameters.
- [Configuration Reload](https://docs.beefree.io/beefree-sdk/getting-started/readme/installation/configuration-parameters/configuration-reload.md)
- [Workspaces](https://docs.beefree.io/beefree-sdk/getting-started/readme/installation/configuration-parameters/workspaces.md)
- [Debugging the Beefree SDK Editor](https://docs.beefree.io/beefree-sdk/getting-started/readme/installation/configuration-parameters/debugging-the-beefree-sdk-editor.md)
- [Methods and Events](https://docs.beefree.io/beefree-sdk/getting-started/readme/installation/methods-and-events.md): Complete reference guide for all Beefree SDK methods, callbacks, and events.
- [Authorization Process](https://docs.beefree.io/beefree-sdk/getting-started/readme/installation/authorization-process-in-detail.md)
- [How the UID parameter works](https://docs.beefree.io/beefree-sdk/getting-started/readme/installation/how-the-uid-parameter-works.md)
- [Set up two-factor authentication](https://docs.beefree.io/beefree-sdk/getting-started/readme/installation/set-up-two-factor-authentication.md)
- [Naming conventions](https://docs.beefree.io/beefree-sdk/getting-started/readme/installation/naming-conventions.md)
- [Development Applications](https://docs.beefree.io/beefree-sdk/getting-started/readme/development-applications.md): Learn about the different environments available through Beefree SDK and how to get started to with each.
- [Manage Users](https://docs.beefree.io/beefree-sdk/getting-started/readme/manage-users.md): Learn how to manage users within the Beefree SDK Developer Console.
- [Manage Subscriptions](https://docs.beefree.io/beefree-sdk/getting-started/readme/manage-subscriptions.md)
- [Migrating from another provider to Beefree SDK](https://docs.beefree.io/beefree-sdk/getting-started/readme/migrating-from-another-provider.md): Helpful tips for migrating from another content creation platform to the Beefree SDK
- [Tracking Message Changes](https://docs.beefree.io/beefree-sdk/getting-started/tracking-message-changes.md)
- [Sample Code](https://docs.beefree.io/beefree-sdk/getting-started/sample-code.md)
- [Release Candidate environment](https://docs.beefree.io/beefree-sdk/getting-started/release-candidate-environment.md): Learn more about what the Release Candidate Environment is, how to get started with it, and how to integrate it into your development life cycle.
- [Version Control](https://docs.beefree.io/beefree-sdk/getting-started/version-control.md): Learn more about our release lifecycle and how you can control which SDK version applies to your application.


---

# 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.beefree.io/beefree-sdk/getting-started.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.
