# Component maintenance

- [How link WebMap package to the migrated Application](https://docs.gapvelocity.ai/webmap/general/frontend/guides/component-maintenance/how-link-webmap-package-to-the-migrated-application.md)
- [How to resolve broken reference problems with VBUC](https://docs.gapvelocity.ai/webmap/general/frontend/guides/component-maintenance/how-to-resolve-broken-reference-problems-with-vbuc.md)
- [How to test a local WebMap Components package](https://docs.gapvelocity.ai/webmap/general/frontend/guides/component-maintenance/how-to-test-a-local-webmap-components-package.md)
- [How to add a new component in a migrated application](https://docs.gapvelocity.ai/webmap/general/frontend/guides/component-maintenance/how-to-add-a-new-component-in-a-migrated-application.md)
- [How to update a component](https://docs.gapvelocity.ai/webmap/general/frontend/guides/component-maintenance/how-to-update-a-component.md)
- [Dynamic Control Support](https://docs.gapvelocity.ai/webmap/general/frontend/guides/component-maintenance/dynamic-control-support.md)
- [How to add new set of component with a different provider](https://docs.gapvelocity.ai/webmap/general/frontend/guides/component-maintenance/how-to-add-new-set-of-component-with-a-different-provider.md)
- [How to test your component in the playground](https://docs.gapvelocity.ai/webmap/general/frontend/guides/component-maintenance/how-to-test-your-component-in-the-playground.md)
- [Tools](https://docs.gapvelocity.ai/webmap/general/frontend/guides/component-maintenance/tools.md)


---

# 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.gapvelocity.ai/webmap/general/frontend/guides/component-maintenance.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.
