> 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-records-with-kbase.md).

# Link ORCiD Records with KBase

The KBase team is developing new features to provide author credit for data and analysis on the platform. Many users already use their ORCiD account to conveniently log into KBase, but this is an additional step to enable some new credit features. We’re encouraging all KBase users to link their ORCiD records to their account to better support author credit. This is necessary even if you already use ORCiD to log in.  This will allow for creating publication records in your [ORCiD profile when you publish a static Narrative](https://docs.kbase.us/getting-started/narrative/link-doi) with a DOI in KBase. In the future, this will enable you to automatically populate information into your KBase account from your ORCiD Profile as well. You can link your ORCiD Records to your KBase account in a few simple steps:

1. Log into your KBase account
2. Navigate to Accounts, then to the [ORCiD Record Link](https://narrative.kbase.us/account/orcidlink) tab&#x20;

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXdvrO7wwfWgw0gC94a9pOEmMM33DqEx6I6OgsVFHpLrMQgabruAx8ByQ6kBrAZ4THx2EcRInz_KvKI67Sq_7I4WOsOvT1c3t3TqKrYn2dpR6c908AQv67VLDdV3TMZpOwMniv8PpQ?key=WIHcTPuD8Hizcd6-KQ2_zw" alt=""><figcaption></figcaption></figure>

3. Click the “Create ORCiD Record Link” button
4. When prompted, sign into your ORCiD account, and click “Authorize Access”
5. Back in KBase, click “Confirm ORCiD Record Link”

   <figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXfgEZRmgiVtjCukAaH_9rq-NQX3xAKFGcnjmtf9sArPyrVQz8N8q9g0Mn687NW15MYSnusi4kE40QsU92o4GnqZwRtGwJ16-yVfSs0D1V2akLtAM3x9WA31Z7t6LdDDVqMRCGi-BQ?key=WIHcTPuD8Hizcd6-KQ2_zw" alt=""><figcaption></figcaption></figure>
6. You should now see your active ORCiD Record Link. You can remove the link as well in necessary

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXfzB63Q8VBCTk9wKpfEYwuHFOsVKxwfIjbbW2QEPjjo3QQZ7eiCTjHKDkOdCjXOh3KHVkIpJwpDEX8zI4sFlQFn-V8bLoDPe059a8JDkz22QpkZNosFzgwolfWjK8rKaAFFo2RU?key=WIHcTPuD8Hizcd6-KQ2_zw" alt=""><figcaption></figcaption></figure>

Now you have successfully linked your ORCiD Records to your KBase account! If you have any difficulties, please create a ticket on the [KBase Help Board](https://kbase-jira.atlassian.net/) and we will assist you.&#x20;

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

```
GET https://docs.kbase.us/manage-account/link-orcid-records-with-kbase.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.
