# Develeoper's guide

- [Cost Calculator Hooks](https://docs.stylemixthemes.com/cost-calculator-builder/develeopers-guide/cost-calculator-hooks.md): This is a guide for developers to customize and extend Cost Calculator features with code.
- [Order Management](https://docs.stylemixthemes.com/cost-calculator-builder/develeopers-guide/cost-calculator-hooks/order-management.md): These hooks let developers customize Orders in the Cost Calculator.
- [Contact Form](https://docs.stylemixthemes.com/cost-calculator-builder/develeopers-guide/cost-calculator-hooks/contact-form.md): These hooks let developers customize Contact Form in the Cost Calculator.
- [Confirmation Page](https://docs.stylemixthemes.com/cost-calculator-builder/develeopers-guide/cost-calculator-hooks/confirmation-page.md): These hooks let developers customize Confirmation Page in the Cost Calculator.
- [Email](https://docs.stylemixthemes.com/cost-calculator-builder/develeopers-guide/cost-calculator-hooks/email.md): These hooks let developers customize Email in the Cost Calculator.


---

# 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.stylemixthemes.com/cost-calculator-builder/develeopers-guide.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.
