# QGIS: Reproject Shapefile

In certain instances, modifying the projection of a shapefile becomes necessary. This can be efficiently achieved using QGIS by re-saving the shapefile with the desired projection settings. The process involves a series of steps starting with opening the shapefile in QGIS. Once the file is loaded, the user should initiate the export process, during which it's crucial to set the correct projection.

By following these steps, the shapefile's projection can be altered to meet the specific requirements of the project or analysis.

1. Open a shapefile in QGIS
2. Execute export operation<br>

   <figure><img src="/files/tWv0w4kJlO7hlP8USYSy" alt=""><figcaption></figcaption></figure>
3. Set the required SRS projection<br>

   <figure><img src="/files/e6yWSlsAyCvPBXSu5QWD" 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://docs.geopard.tech/geopard-tutorials/gis-quick-hints/qgis-reproject-shapefile.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.
