# Obtaining a List of Ubuntu Repository Mirror Servers

We can get the latest mirror server list for Ubuntu from this [URL](http://mirrors.ubuntu.com/mirrors.txt).

## Example

```bash
curl http://mirrors.ubuntu.com/mirrors.txt
https://repo.extreme-ix.org/ubuntu/
https://in.mirror.coganng.com/ubuntu-ports/
https://in.mirror.coganng.com/ubuntu/
http://mirrors.piconets.webwerks.in/ubuntu-mirror/ubuntu/
http://repos.del.extreme-ix.org/ubuntu/
http://ubuntu.hbcse.tifr.res.in/ubuntu/
http://ftp.iitm.ac.in/ubuntu/
http://mirror.cse.iitk.ac.in/ubuntu/
https://mirrors.nxtgen.com/ubuntu-mirror/ubuntu/
http://archive.ubuntu.com/ubuntu/
```

**Note:** The list of mirror servers returned is specific to the country associated with the IP address.


---

# 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://til.devjugal.com/linux/ubuntu/obtaining-a-list-of-ubuntu-repository-mirror-servers.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.
