# Loading Esri Feature Layers in QGIS

This guide will run through how to add a publicly accessible Esri Feature Layer to a QGIS project.

### Adding layer to QGIS using Service URL

In the QGIS main menu, navigate to **Layer** > **Add Layer** **> Add ArcGIS REST Server Layer...**

Under **Server Connections**, click **New.** This will bring up a dialogue box.&#x20;

Type in a suitable name for the layer, and copy and paste the Service URL. \
\
The Service URL is listed in the BAS data catalogue the bottom right of an Esri item page.\
\
For example, a service URL might be:

<https://services7.arcgis.com/tPxy1hrFDhJfZ0Mf/arcgis/rest/services/Medium_resolution_vector_polylines_of_the_Antarctic_coastline/FeatureServer>

Leave everything else as default and click **OK**.

<figure><img src="/files/BHm4qfsCvweFaPbaeEY1" alt=""><figcaption></figcaption></figure>

You will then return to the previous dialogue box. Here, click **Connect,** then select the layer and click **Add.** This will load the layer into the QGIS Project.&#x20;

<figure><img src="/files/CkWMSEnqlBMeLrRWpZVx" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/zU4nhmGMiVHcYdCOytBz" alt=""><figcaption></figcaption></figure>


---

# 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://guides.geospatial.bas.ac.uk/using-mapping-data-services/bas-mapping-services/loading-esri-feature-layers-in-qgis.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.
