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

# Technical

- [AI Coding Agents](https://docs.goharrier.com/technical/ai-coding-agents.md)
- [Naming Conventions](https://docs.goharrier.com/technical/naming-conventions.md)
- [Best Practices](https://docs.goharrier.com/technical/best-practices.md)
- [Salesforce Project Structure](https://docs.goharrier.com/technical/best-practices/project-structure.md)
- [Class Folder Organization Patterns](https://docs.goharrier.com/technical/best-practices/class-folder-organization.md)
- [Apex Style Guide](https://docs.goharrier.com/technical/best-practices/apex-style-guide.md)
- [Apex Unit Testing Guidelines](https://docs.goharrier.com/technical/best-practices/apex-unit-testing-guidelines.md)
- [Lightning Web Components Development](https://docs.goharrier.com/technical/best-practices/lwc-development.md)
- [Logging](https://docs.goharrier.com/technical/best-practices/logging.md)
- [Architecture and Design Patterns](https://docs.goharrier.com/technical/architecture-and-design-patterns.md)
- [Modular Package Architecture](https://docs.goharrier.com/technical/architecture-and-design-patterns/modular-package-architecture.md)
- [Package Boundary Patterns](https://docs.goharrier.com/technical/architecture-and-design-patterns/package-boundary-patterns.md)
- [Unit of Work Pattern](https://docs.goharrier.com/technical/architecture-and-design-patterns/unit-of-work-pattern.md)
- [Feature Flags](https://docs.goharrier.com/technical/architecture-and-design-patterns/feature-flags.md)
- [JSON Field Storage Pattern](https://docs.goharrier.com/technical/architecture-and-design-patterns/json-field-storage-pattern.md)
- [Async-First Pattern with Platform Events (DoWork)](https://docs.goharrier.com/technical/architecture-and-design-patterns/async-first-pattern-with-platform-events-dowork.md)
- [Domain Layer Pattern with Fluent Interface](https://docs.goharrier.com/technical/architecture-and-design-patterns/domain-layer-pattern-with-fluent-interface.md)
- [Owned State Pattern (lwc)](https://docs.goharrier.com/technical/architecture-and-design-patterns/owned-state-pattern-lwc.md)
- [Anti-Patterns](https://docs.goharrier.com/technical/anti-patterns.md)
- [General Anti-Patterns](https://docs.goharrier.com/technical/anti-patterns/general-anti-patterns.md)
- [Apex Anti-Patterns](https://docs.goharrier.com/technical/anti-patterns/apex-anti-patterns.md)
- [LWC Anti-Patterns](https://docs.goharrier.com/technical/anti-patterns/lwc-anti-patterns.md)
- [Modularity Anti-Patterns](https://docs.goharrier.com/technical/anti-patterns/modularity-anti-patterns.md)
- [Refactoring Strategies](https://docs.goharrier.com/technical/refactoring-strategies.md)
- [Service Extraction](https://docs.goharrier.com/technical/refactoring-strategies/service-extraction.md)
- [Trigger Modularizaation](https://docs.goharrier.com/technical/refactoring-strategies/trigger-modularization.md)
- [Integration Strategies](https://docs.goharrier.com/technical/integration-strategies.md)
- [Data Warehouse & Reverse ETL](https://docs.goharrier.com/technical/integration-strategies/data-warehouse-and-reverse-etl.md)
- [Access Management](https://docs.goharrier.com/technical/access-management.md)
- [Data Management and Quality](https://docs.goharrier.com/technical/data-management-and-quality.md)
- [Performance and Scalability](https://docs.goharrier.com/technical/performance-and-scalability.md)
- [Development and Deployment Strategies](https://docs.goharrier.com/technical/development-and-deployment-strategies.md)
- [Frameworks](https://docs.goharrier.com/technical/frameworks.md)
- [flxbl - Continuous Delivery](https://docs.goharrier.com/technical/frameworks/flxbl-continuous-delivery.md)
- [fflib - Apex Framework](https://docs.goharrier.com/technical/frameworks/fflib-apex-framework.md)
- [Nebula Logger - Logging](https://docs.goharrier.com/technical/frameworks/nebula-logger-logging.md)
- [Technical Documentation](https://docs.goharrier.com/technical/technical-documentation.md)
- [Writing and Maintaining Technical Documentation](https://docs.goharrier.com/technical/technical-documentation/writing-technical-documentation.md)
- [Architecture & Feature Design Guidelines](https://docs.goharrier.com/technical/technical-documentation/architecture-and-feature-design-guidelines.md)
- [AI Assisted Documentation](https://docs.goharrier.com/technical/technical-documentation/ai-assisted-documentation.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.goharrier.com/technical.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.
