> For the complete documentation index, see [llms.txt](https://nextsearch.gitbook.io/next-proposal/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://nextsearch.gitbook.io/next-proposal/appendixes-1/making-a-better-world.md).

# Making a Better World

We are eager to be part of bringing life and hope, justice and equality, in ever greater measure to this world. A search engine may seem far divorced from humanitarian endeavor but we believe that a search engine can play an important part in improving the world we all live in (consequently, it can also have a detrimental effect on the world).

* We intend to share profits derived from consumer curated content with the curators. We believe when users create/curate valuable content the value derived from that content should be shared with the creators themselves.
* While not every search will facilitate something productive many of them will. Better results relating to suicide, parenting skills, educational resources, truthful reports on current events, etc. will facilitate better outcomes, even if our contribution is ever so small.
* We will significantly reduce the capability of bad actor's sites to make their way into the search results thus making consumers safer. We want to make it as difficult as possible for scammers and other criminal elements to lure vulnerable individuals into unwise and/or dangerous actions.
* By providing our data and algorithm we believe we will increase competition, benefit from accelerated refinements due to other's contributions to the data/algorithms, and ensure that even if we ourselves should fail there will be robust resources for others to continue forward.
* We want to model a corporate culture which emphasizes high quality care for employees, gratious and excellent customer service, and ethical / social / environmental responsibility.


---

# 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://nextsearch.gitbook.io/next-proposal/appendixes-1/making-a-better-world.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.
