> For the complete documentation index, see [llms.txt](https://docs.kaaryasetu.in/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.kaaryasetu.in/getting-started/publish-your-docs.md).

# Registration

Register in [KaaryaSetu](https://app.kaaryasetu.in/register) and start completing tasks.

{% hint style="info" %}
Warning

You can only have one KaaryaSetu account. Keep your credentials secure, as you can't register in KaaryaSetu twice.
{% endhint %}

### Log in to KaaryaSetu

Log in to [KaaryaSetu](https://app.kaaryasetu.in/login).

{% hint style="info" %}
Warning

Make sure you've entered all details to keep access to your account:

* Your real first and last name.
* Email address and password.
  {% endhint %}

Go to [KaaryaSetu](https://app.kaaryasetu.in/). It оpens a page with tasks.&#x20;

{% hint style="info" %}
Warning\
If you get a warning that there already is an account with this Email address, that means you might have registered in the system. Recall the password you registered with, and use it to log in.
{% endhint %}

<br>


---

# 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:

```
GET https://docs.kaaryasetu.in/getting-started/publish-your-docs.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.
