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

# Development

- [Development](https://docs.flxbl.io/flxbl/codev/development/development.md): The Dev section of the codev desktop app — your orgs, your workspace, and the pages you use for day-to-day Salesforce development.
- [Development workflow](https://docs.flxbl.io/flxbl/codev/development/development-workflow.md): The core development loop in codev — change metadata in your dev org, retrieve it into a package, commit, validate, and raise a pull request.
- [Domains](https://docs.flxbl.io/flxbl/codev/development/domains.md): Group packages into domains — independently releasable units defined by release configuration files in your project.
- [Packages](https://docs.flxbl.io/flxbl/codev/development/packages.md): See every package in your project, create and edit packages, install versions into orgs, and compare the versions codev has built.
- [Data packages](https://docs.flxbl.io/flxbl/codev/development/data-packages.md): Manage Salesforce records as files in your repository — track and sync reference or seed data between orgs with data packages.
- [Workspace Explorer (Web)](https://docs.flxbl.io/flxbl/codev/development/workspace-explorer-web.md): Browse your repository in the web app — components and modules at any branch, code analysis findings, and AI-generated insight reports per package or domain.
- [Apex tests](https://docs.flxbl.io/flxbl/codev/development/apex-tests.md): Run Apex tests from your workspace against your development org — group them into suites, validate coverage, and keep a local history of every run.
- [Validation reports and pull requests](https://docs.flxbl.io/flxbl/codev/development/validation-and-pull-requests.md): The reports your commit validations produce, and the project's pull requests with their check status — the Review group of the Dev section.


---

# 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.flxbl.io/flxbl/codev/development.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.
