# Pre-Requisites

Before getting started with sfp, ensure you have the following:

### sfp Server

* [ ] A running sfp server instance — either through your **codev** platform subscription or a trial instance provided by flxbl
* [ ] Server URL (e.g. `https://yourcompany.flxbl.io`)
* [ ] Your login credentials (email registered with the server)

{% hint style="info" %}
If you don't have an sfp server yet, contact flxbl to get started with a trial instance or sign up for codev at [flxbl.io](https://flxbl.io).
{% endhint %}

### Salesforce

* [ ] Salesforce Org with [sfpowerscripts-artifact](https://docs.flxbl.io/flxbl/sfp/sfp-community/configuring-a-project/setup-salesforce-org#id-2.-install-sfpowerscripts-artifact-unlocked-package) Unlocked Package installed
* [ ] DevHub enabled in your production org (required for building packages and scratch orgs)

### Workstation

* [ ] [git](https://git-scm.com/)
* [ ] [VS Code](https://code.visualstudio.com/)
* [ ] [sf CLI](https://developer.salesforce.com/docs/atlas.en-us.sfdx_setup.meta/sfdx_setup/sfdx_setup_install_cli.htm)


---

# Agent Instructions: 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:

```
GET https://docs.flxbl.io/flxbl/sfp/sfp-community/getting-started/pre-requisites.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
