# Create your first AGL application ## Prerequisites - `xds-agent` is running locally on your machine (see previous chapter: [Installing XDS client tools](./1_install-client.html) ) - `xds-server` is running locally in a docker container or is accessible on your network (see previous chapter: [Installing XDS server](./2_install-xds-server.html)) - one or more SDK have been installed (see previous chapter: [Installing AGL SDKs](./3_install-sdks.html)) - XDS configuration is correct: in other words, connection is correctly established between `xds-agent` and `xds-server` and no error message is displayed when you open XDS Dashboard in a web browser. --- Links to subchapters : - [Setup](./4-1_build-first-app-setup.html) - [Build using command line tool](./4-2_build-first-app-cmd.html) - [Build using XDS Dashboard](./4-3_build-first-app-dashboard.html) - [Build using a source code editor / IDE](./4-4_build-first-app-ide.html)