# Guides

Here you can find the most common process that you need to know about in WebMAP Front-End.

## What do you need to do?

### Change appearance

* [Change the theme of my Application](/webmap/general/frontend/guides/appearance/how-to-override-the-style-for-a-component.md)
* [Change CSS in my migrated Application](/webmap/general/frontend/guides/appearance/how-to-change-the-css.md)

### Component maintenance

* [How to add a new component](/webmap/general/frontend/guides/component-maintenance/how-to-add-a-new-component-in-a-migrated-application.md)
* [How to add a new dynamic component](/webmap/general/frontend/guides/component-maintenance/dynamic-control-support.md)
* [How to update  dynamic component](/webmap/general/frontend/guides/component-maintenance/how-to-update-a-component.md)
* [How to create a new components with a custom library](/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](/webmap/general/frontend/guides/component-maintenance/how-to-test-your-component-in-the-playground.md)
* [What tools do I need](/webmap/general/frontend/guides/component-maintenance/tools.md)
* [How to link WebMap package to the migrated Application](/webmap/general/frontend/guides/component-maintenance/how-link-webmap-package-to-the-migrated-application.md)
* How to resolve broken reference problems with VBUC

### WMLogger usage

* [How to use the global WMLogger's instance](/webmap/general/frontend/guides/wmlogger/how-to-use-the-wmloggers-instance.md)
* [How to change log's level](/webmap/general/frontend/guides/wmlogger/how-to-change-logs-level.md)
* [How to add log tags](/webmap/general/frontend/guides/wmlogger/how-to-add-log-tags.md)

### E2E maintenance

* [How to create a new Test](broken://pages/-MN_iFWV5sD08OsZq8LU)
* [How to debug an existent Test](broken://pages/-MN_iF-EcslL6Q4t5Om0)
* [How to run E2E Test](broken://pages/-MN_iA4jrLqlwH2TBHyb)​

### Deployment

* [Deploy several WebMap apps in the same domain](/webmap/general/frontend/guides/deploy-several-webmap-apps-in-the-same-server.md)

## Angular 11 Update

{% content-ref url="/pages/-MRVqPh5aCYxub4fDOFt" %}
[Update to Angular 16](/webmap/general/frontend/guides/update-from-angular-13-to-angular-14.md)
{% endcontent-ref %}

## &#x20;


---

# 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.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.
