> For the complete documentation index, see [llms.txt](https://docs.kbase.us/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.kbase.us/manage-account/link-orcid.md).

# Sign into KBase with ORCiD

If you have an[ ORCiD](https://orcid.org/) account, you can sign into KBase using your [ORCiD <img src="/files/-M9K9Aepzk1FNZ3jYzOv" alt="" data-size="line">](https://orcid.org/) and link it to your KBase account.

{% hint style="info" %}
KBase is an [ORCiD Member Organization. ](https://orcid.org/members/0016f00002ZLyhNAAT-kbase)
{% endhint %}

If you are already a KBase User, first sign into KBase through your Globus or Google accounts. If you are not already signed in to KBase, go to the [sign-in page](https://narrative.kbase.us/), click the Sign In button, and click either “Sign in with Google”  or “Sign in with Globus” buttons and go through the normal sign-in process until you get to Narratives.

On the left sidebar menu, click the “Account” icon, and then choose the tab labeled “Linked Sign-In Accounts”.

<figure><img src="/files/Y5ywWduKFyTjTcLQeULC" alt="" width="375"><figcaption></figcaption></figure>

At the bottom of the tab, choose "[<img src="/files/-M9K9Aepzk1FNZ3jYzOv" alt="" data-size="line">](https://orcid.org/) ORCiD” from the pulldown list of identity providers, and then click the “Link” button.

<figure><img src="/files/lSsPLy6JLD3bGNOtXHOK" alt="" width="563"><figcaption></figcaption></figure>

The next screen will prompt you to Sign in using your ORCiD account to link.

<img src="/files/-M5y-xxLZ1lIhMjUTqO5" alt="" width="375">

After you click that Link button, you will be returned to the Linked Sign-in Accounts screen in your Account Manager, where you will see your newly linked ORCiD account.

You can now sign-in to KBase using your ORCiD ID and [integrate DOIs](https://info.orcid.org/doe-osti-search-link-wizard/).&#x20;

![](/files/-M6q8LyRhzGnjP2buTsa)

We hope you appreciate the convenience of being able to sign in to KBase with your ORCiD credentials. If you encounter any difficulties or have any questions, please feel free to [contact us](https://www.kbase.us/support/)!


---

# 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://docs.kbase.us/manage-account/link-orcid.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.
