> For the complete documentation index, see [llms.txt](https://help.maearth.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.maearth.com/resources-for-land-stewards.md).

# Resources for Land Stewards

- [Getting Started as a Land Steward](https://help.maearth.com/resources-for-land-stewards/getting-started-as-a-land-steward.md): What you need to know about joining Ma Earth as a land steward.
- [Organization Profile](https://help.maearth.com/resources-for-land-stewards/organization-profile.md)
- [Organization Types](https://help.maearth.com/resources-for-land-stewards/organization-profile/organization-types.md): How should I choose my organization type?
- [Organization Location](https://help.maearth.com/resources-for-land-stewards/organization-profile/organization-location.md): Which organization location should I choose?
- [Organization Profile Visibility](https://help.maearth.com/resources-for-land-stewards/organization-profile/organization-profile-visibility.md)
- [Organization Description](https://help.maearth.com/resources-for-land-stewards/organization-profile/organization-description.md): What makes a strong organization description?
- [Organization Logo](https://help.maearth.com/resources-for-land-stewards/organization-profile/organization-logo.md): What makes a strong organization logo?
- [The Difference Between Organization and Project Profiles](https://help.maearth.com/resources-for-land-stewards/organization-profile/the-difference-between-organization-and-project-profiles.md): What's the difference between an organization profile and a project profile?
- [Organization Members](https://help.maearth.com/resources-for-land-stewards/organization-profile/organization-members.md): What can team members do on my organization profile?
- [Project Profile](https://help.maearth.com/resources-for-land-stewards/project-profile.md)
- [Project Categories](https://help.maearth.com/resources-for-land-stewards/project-profile/project-categories.md): Which project categories should I choose?
- [Project Location](https://help.maearth.com/resources-for-land-stewards/project-profile/project-location.md): What if my project has multiple locations?
- [Image Guide](https://help.maearth.com/resources-for-land-stewards/project-profile/image-guide.md): What kind of images work for a project profile?
- [Project Story](https://help.maearth.com/resources-for-land-stewards/project-profile/project-story.md): What makes a strong project story?
- [Project Name](https://help.maearth.com/resources-for-land-stewards/project-profile/project-name.md): What makes a strong project name?
- [Project Timeline](https://help.maearth.com/resources-for-land-stewards/project-profile/project-timeline.md): What if I don't know the exact project timeline?
- [Additional Documentation](https://help.maearth.com/resources-for-land-stewards/project-profile/additional-documentation.md): What kinds of additional documents should I add?
- [Featured Stories](https://help.maearth.com/resources-for-land-stewards/project-profile/featured-stories.md): What does it mean to be featured by Ma Earth?
- [Project Profile Visibility](https://help.maearth.com/resources-for-land-stewards/project-profile/project-profile-visibility.md)
- [Project Profile URL](https://help.maearth.com/resources-for-land-stewards/project-profile/project-profile-url.md): Can I change my project profile URL?
- [Project Guide](https://help.maearth.com/resources-for-land-stewards/project-guide.md): Designing a Nature Project That Resonates
- [Crowdfunding Guide](https://help.maearth.com/resources-for-land-stewards/crowdfunding-guide.md): How do I run a successful crowdfunding campaign?
- [Project Updates](https://help.maearth.com/resources-for-land-stewards/project-updates.md)
- [Ideas for Project Updates](https://help.maearth.com/resources-for-land-stewards/project-updates/ideas-for-project-updates.md): Not sure where to start? Try a project update prompt.
- [About Host Partners](https://help.maearth.com/resources-for-land-stewards/about-host-partners.md)
- [About Funding Rounds](https://help.maearth.com/resources-for-land-stewards/about-funding-rounds.md): How do funding rounds work?
- [About Payouts](https://help.maearth.com/resources-for-land-stewards/about-funding-rounds/about-payouts.md): How do payouts work for matching funds?
- [Minimum and Maximum Funding](https://help.maearth.com/resources-for-land-stewards/about-funding-rounds/minimum-and-maximum-funding.md): What are the minimum and maximum amounts of funding I can expect?
- [Funding Round FAQs](https://help.maearth.com/resources-for-land-stewards/about-funding-rounds/funding-round-faqs.md): Common questions about the application and funding round process
- [Donor Information](https://help.maearth.com/resources-for-land-stewards/about-funding-rounds/donor-information.md): What information can I access about donors to my project?
- [Funding Round 3 Hub](https://help.maearth.com/resources-for-land-stewards/funding-round-3-hub.md)
- [Round 3 Timeline](https://help.maearth.com/resources-for-land-stewards/funding-round-3-hub/round-3-timeline.md): What is the timeline for Funding Round 3?
- [Community Calls](https://help.maearth.com/resources-for-land-stewards/funding-round-3-hub/community-calls.md)
- [Selection Committee](https://help.maearth.com/resources-for-land-stewards/funding-round-3-hub/selection-committee.md)
- [Confirming Participation](https://help.maearth.com/resources-for-land-stewards/funding-round-3-hub/confirming-participation.md): What do I have to do to confirm my participation in the funding round?
- [RestorLife Awards](https://help.maearth.com/resources-for-land-stewards/funding-round-3-hub/restorlife-awards.md): How are the RestorLife Awards and Ma Earth connected?


---

# 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://help.maearth.com/resources-for-land-stewards.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.
