# Browser Support

WebMAP's 5 applications are designed as any other standard Angular 5 application. You can verify browser support list on the Angular website at [Browser support](https://angular.io/guide/browser-support)

## Support on Internet Explorer and Older browsers

Angular is designed to run with the latest versions of major browsers, but if you insist in using an older version of Internet Explorer or FireFox there some little tweaks that you need to perform first in order the application runs as expected.

There some JavaScript libraries that are required to support most of the Angular's platform in older browsers. Those are called Polyfills.

You are going to need enable those polyfills in order to make your WebMap's 5 application available for older browsers like IE11. Please follow this [instructions](https://angular.io/guide/browser-support#enabling-polyfills).

```
Note: The standard WebMAP's application does not have the polyfills enabled by default because if you are targeting new browsers you probably will have some unnecessary overhead with those libraries enabled.
```


---

# 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/documentation/winforms-angular-components/setup/browser-support.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.
