> ## Documentation Index
> Fetch the complete documentation index at: https://docs.raycaster.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Viewing Research Results

> Learn how to view, interpret, and utilize research results in Raycaster AI Workspace

## Understanding Research Results

Once Raycaster completes a research task, the results are presented in multiple ways to help you analyze and utilize the information effectively. This guide explains how to view, interpret, and work with research results.

<Frame>
  <img src="https://mintcdn.com/raycaster/7UelhNhIiWBOCuCS/images/research-results-detailed.png?fit=max&auto=format&n=7UelhNhIiWBOCuCS&q=85&s=7573b3cc217d0652fd3708949010fb02" alt="Detailed research results view showing output, sources, and confidence scores" class="rounded-lg border border-gray-200 dark:border-gray-700" data-path="images/research-results-detailed.png" />
</Frame>

## Where Research Results Appear

Research results can be viewed in several locations:

### 1. Cell View

The most basic view is directly in the cell itself:

<div class="bg-gray-100 dark:bg-gray-800 rounded-xl p-4 my-4">
  <p class="text-center text-sm text-gray-500 mt-2">Research results in a cell (placeholder)</p>
</div>

* **TEXT columns**: Display the formatted text content
* **NUMBER columns**: Show the resulting numeric value
* **SELECT columns**: Display the selected option(s)
* **BOOLEAN columns**: Show yes/no indicators

### 2. Research Panel

For a detailed view, click on any researched cell to open the research panel:

<div class="bg-gray-100 dark:bg-gray-800 rounded-xl p-4 my-4">
  <p class="text-center text-sm text-gray-500 mt-2">Research panel interface (placeholder)</p>
</div>

The research panel contains several tabs:

#### Results Tab

The primary tab showing the complete research results:

* Full formatted content
* Rich text formatting
* Visual elements (when applicable)
* Expanded details beyond what fits in the cell

#### Sources Tab

A list of all sources used for the research:

* Source URLs
* Publication details
* Access dates
* Source relevance indicators

<div class="bg-gray-100 dark:bg-gray-800 rounded-xl p-4 my-4">
  <p class="text-center text-sm text-gray-500 mt-2">Sources tab in research panel (placeholder)</p>
</div>

#### Reasoning Tab

Provides insight into the AI's thought process:

* Research methodology
* Analysis approach
* Key factors considered
* Reasoning behind conclusions

<Note>
  The reasoning tab is especially helpful for understanding how the AI drew its conclusions and for verifying the research approach.
</Note>

#### Raw Data Tab (Advanced)

For technical users, the raw data tab shows:

* JSON representation of results
* Complete metadata
* Confidence scores
* Unformatted content

## Interpreting Research Results

### Understanding Cell Content

The content displayed in cells is formatted according to the column type:

| Column Type        | What You'll See                                      | Example                                                  |
| ------------------ | ---------------------------------------------------- | -------------------------------------------------------- |
| **TEXT**           | Formatted text content, potentially truncated to fit | "Acme Biotech is a clinical-stage company focused on..." |
| **NUMBER**         | Single numeric value with optional formatting        | "42" or "\$5.3M"                                         |
| **BOOLEAN**        | Yes/No indicator, checkmark, or similar              | "✓" or "✗"                                               |
| **SINGLE\_SELECT** | Selected option label                                | "Phase 2"                                                |
| **MULTI\_SELECT**  | Labels of selected options, potentially truncated    | "Oncology, Neurology, Immunology"                        |

### Understanding Research Quality Indicators

Raycaster provides visual indicators of research quality:

* **Source Count**: Number of distinct sources used
* **Confidence Level**: AI's assessment of information reliability
* **Completeness**: How thoroughly the research request was fulfilled
* **Freshness**: How recent the sources are

### Source Verification

The Sources tab helps you verify the reliability of research:

<Steps>
  <Step title="Check Source Diversity">
    Look for multiple sources rather than a single source
  </Step>

  <Step title="Evaluate Source Types">
    Note whether sources include official websites, news articles, academic papers, etc.
  </Step>

  <Step title="Check Recency">
    Verify that sources are recent enough for your needs
  </Step>

  <Step title="Visit Source Links">
    Click on source links to view original content when needed
  </Step>
</Steps>

<div class="bg-gray-100 dark:bg-gray-800 rounded-xl p-4 my-4">
  <p class="text-center text-sm text-gray-500 mt-2">Source verification interface (placeholder)</p>
</div>

## Working with Research Results

### Research Status Indicators

Cells show different status indicators depending on their research state:

* **Not Researched**: Empty or placeholder content
* **Research In Progress**: Loading indicator or progress animation
* **Research Complete**: Content visible
* **Research Error**: Error icon with information
* **Research Outdated**: Warning indicator suggesting refresh

### Refreshing Research

To update research with the latest information:

<Steps>
  <Step title="Access Cell">
    Click on the cell containing the research you want to refresh
  </Step>

  <Step title="Initiate Refresh">
    Click the refresh icon in the cell or in the research panel

    <div class="bg-gray-100 dark:bg-gray-800 rounded-xl p-4 my-4">
      <p class="text-center text-sm text-gray-500 mt-2">Research refresh button location (placeholder)</p>
    </div>
  </Step>

  <Step title="Wait for Completion">
    The system will perform a new research operation, replacing previous results
  </Step>

  <Step title="Review Updates">
    Compare new results with previous findings to identify changes
  </Step>
</Steps>

<Note>
  Refreshing research is especially important for time-sensitive data like funding information, recent news, or executive changes.
</Note>

### Batch Research Status

For batch research operations involving multiple cells:

1. Look for the batch research status indicator in the toolbar
2. Click the indicator to see detailed progress
3. View completion stats and any errors
4. Access the batch research log for troubleshooting

<div class="bg-gray-100 dark:bg-gray-800 rounded-xl p-4 my-4">
  <p class="text-center text-sm text-gray-500 mt-2">Batch research status interface (placeholder)</p>
</div>

## Using Research Data

### Copying Content

To copy research content for use elsewhere:

<Steps>
  <Step title="Copy Cell Content">
    * Right-click on a cell and select "Copy" for basic content
    * Use keyboard shortcuts: Ctrl+C (Windows/Linux) or ⌘+C (Mac)
    * This copies the visible cell content only
  </Step>

  <Step title="Copy Detailed Content">
    * Open the research panel by clicking on the cell
    * Use the copy button in the panel to copy full content
    * You can also select specific sections to copy
  </Step>

  <Step title="Copy with Sources">
    * In the research panel, click "Copy with Sources"
    * This includes both the research content and the source citations
    * Useful for maintaining attribution and verifiability
  </Step>
</Steps>

### Exporting Research Results

To export research results for multiple rows or columns:

1. Click "Export" in the toolbar
2. Select the columns containing research you want to export
3. Toggle "Include Research Data" to ON
4. Choose your preferred level of detail:
   * Summary Only: Just the cell content
   * Complete Research: Full detailed results
   * Include Sources: Add source information
   * Include Raw Data: Include technical details (advanced)
5. Click "Export" to generate and download the file

<div class="p-4 bg-blue-50 dark:bg-blue-900/20 rounded-lg my-4">
  <a href="/content-management/importing-exporting" class="text-blue-600 dark:text-blue-400 flex items-center">
    <span>Learn more about exporting data</span>

    <svg xmlns="http://www.w3.org/2000/svg" class="h-4 w-4 ml-1" viewBox="0 0 20 20" fill="currentColor">
      <path fillRule="evenodd" d="M10.293 5.293a1 1 0 011.414 0l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414-1.414L12.586 11H5a1 1 0 110-2h7.586l-2.293-2.293a1 1 0 010-1.414z" clipRule="evenodd" />
    </svg>
  </a>
</div>

### Modifying Research Results

You can manually edit research results if needed:

<Steps>
  <Step title="Enter Edit Mode">
    Double-click on a researched cell to enter edit mode

    <Warning>
      Editing research results will override AI-generated content. Consider saving the original research first.
    </Warning>
  </Step>

  <Step title="Make Modifications">
    Edit the content as needed

    * For TEXT cells: Modify the text content
    * For NUMBER cells: Change the numeric value
    * For SELECT cells: Change the selection(s)
  </Step>

  <Step title="Save Changes">
    Press Enter or click away from the cell to save your changes
  </Step>
</Steps>

<Note>
  When you manually edit research results, the system adds an "Edited" indicator to show that the content has been modified from the original AI research.
</Note>

## Troubleshooting Research Issues

### Common Research Errors

| Error Message              | Likely Cause                           | Solution                                                 |
| -------------------------- | -------------------------------------- | -------------------------------------------------------- |
| **No information found**   | The research query returned no results | Try broadening your prompt or enabling web search        |
| **Research timeout**       | Operation took too long to complete    | Try a more focused prompt or break into smaller requests |
| **Source access error**    | Could not access required sources      | Check if web search is enabled or try later              |
| **Invalid input variable** | A referenced variable has no value     | Fill in the referenced column or modify your prompt      |
| **Too many requests**      | Research rate limit reached            | Wait a few minutes and try again                         |

### Improving Poor Results

If research results are not meeting your expectations:

<Steps>
  <Step title="Check Prompt Clarity">
    Review your research prompt for clarity and specificity

    * Be more explicit about what information you need
    * Break complex queries into simpler ones
    * Provide more context or variables
  </Step>

  <Step title="Enable Web Search">
    If web search is disabled, enable it for more comprehensive results
  </Step>

  <Step title="Verify Input Variables">
    Ensure all variables used in your prompt have valid values
  </Step>

  <Step title="Try a Different Research Tool">
    Consider if a specialized tool might be better for your specific needs
  </Step>

  <Step title="Check Source Requirements">
    Adjust minimum source requirements if needed
  </Step>
</Steps>

<div class="mt-8 bg-blue-50 dark:bg-blue-900/20 border-l-4 border-[#4F5DFF] p-4 rounded-r">
  <p class="text-gray-700 dark:text-gray-300">Remember that AI research is most effective when guided by well-crafted prompts. If you continue to experience issues, contact <a href="mailto:team@raycaster.ai" class="text-blue-600 dark:text-blue-400">[team@raycaster.ai](mailto:team@raycaster.ai)</a> for assistance.</p>
</div>
