> For the complete documentation index, see [llms.txt](https://open.janastu.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://open.janastu.org/projects/follow-the-sheep.md).

# Follow the Sheep

Follow the Sheep project involves following shepherds and their (mostly black) sheep, in the Deccan areas of Karnataka and Andra Pradesh of India. Shepherds are low-literate in general and the nomadic shepherds travel about 400 kms over a range of 6 to 8 months with their herds. They are in small groups of 3-8 family members. Every few days they migrate to another location that can help feed their sheep. When in a location, they are often in a farmer’s land after having negotiated feed for sheep in return of sheep manure (night droppings). During the day they can graze part of the farm (as per negotiation) and take the sheep to other grazing areas which are often common property reserves (CPRs), and to areas where there is a water body.

![](/files/-MX-V_SYYreHMCxsqufk)

This work comprises of BaaApp app (janastu.org/apps/baaapp) which allows to track, record waypoints interactively on the map with photo, text-note or voice recordings. Then can then be uploaded to a common server where they can be studied by researchers/NGOs who can help negotiate for CPR and nomadic mobility rights including BCP formulation and land range observations. IIIT Hyderabad Socionity project has also used it to study app utilisation and to help develop complimentary applications. We use OSM data and OSMtracker app to configure/develop this app and related services.

{% embed url="<https://mitan.in/followsheep>" %}

{% embed url="<https://youtu.be/oeiZyiX4_Ls>" %}

{% embed url="<https://youtu.be/B8M14zuBJxU>" %}

{% embed url="<https://youtu.be/ObDGpHaXLwE>" %}

{% embed url="<https://youtu.be/Izc9TL8cZYE>" %}

{% embed url="<https://youtu.be/eagO3DKlXgc>" %}

{% tabs %}
{% tab title="Docs" %}

* <https://github.com/janastu/followsheep-tracker-server>
* <https://www.youtube.com/user/pradeephdc/videos>
  {% endtab %}
  {% endtabs %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://open.janastu.org/projects/follow-the-sheep.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
